"app/git@idemo.netbay.co.th:sarun.netbay/spnpatch-laravel.git" did not exist on "1ba41d860a48576ae8c577729bab988a2d5e9c1e"
add configuration
... | @@ -2,24 +2,28 @@ | ... | @@ -2,24 +2,28 @@ |
"name": "laravel/laravel", | "name": "laravel/laravel", | ||
"type": "project", | "type": "project", | ||
"description": "The Laravel Framework.", | "description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | "keywords": [ | ||
"framework", | |||
"laravel" | |||
], | |||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"php": "^8.0.2", | "php": "^8.1", | ||
"doctrine/dbal": "^4.0", | "doctrine/dbal": "^4.0", | ||
"guzzlehttp/guzzle": "^7.2", | "guzzlehttp/guzzle": "^7.2", | ||
"laravel/framework": "^9.19", | "laravel/framework": "^10.0", | ||
"laravel/sanctum": "^2.14.1", | "laravel/sanctum": "^3.0", | ||
"laravel/tinker": "^2.7", | "laravel/tinker": "^2.7", | ||
"livewire/livewire": "^2.12" | "livewire/livewire": "^3.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"barryvdh/laravel-debugbar": "^3.13", | |||
"fakerphp/faker": "^1.9.1", | "fakerphp/faker": "^1.9.1", | ||
"laravel/sail": "^1.0.1", | "laravel/sail": "^1.21", | ||
"mockery/mockery": "^1.4.4", | "mockery/mockery": "^1.4.4", | ||
"nunomaduro/collision": "^6.1", | "nunomaduro/collision": "^7.0", | ||
"phpunit/phpunit": "^9.5.10", | "phpunit/phpunit": "^10.0", | ||
"spatie/laravel-ignition": "^1.0" | "spatie/laravel-ignition": "^2.0" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment