add configuration
... | ... | @@ -2,24 +2,28 @@ |
"name": "laravel/laravel", | ||
"type": "project", | ||
"description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^8.0.2", | ||
"php": "^8.1", | ||
"doctrine/dbal": "^4.0", | ||
"guzzlehttp/guzzle": "^7.2", | ||
"laravel/framework": "^9.19", | ||
"laravel/sanctum": "^2.14.1", | ||
"laravel/framework": "^10.0", | ||
"laravel/sanctum": "^3.0", | ||
"laravel/tinker": "^2.7", | ||
"livewire/livewire": "^2.12" | ||
"livewire/livewire": "^3.0" | ||
}, | ||
"require-dev": { | ||
"barryvdh/laravel-debugbar": "^3.13", | ||
"fakerphp/faker": "^1.9.1", | ||
"laravel/sail": "^1.0.1", | ||
"laravel/sail": "^1.21", | ||
"mockery/mockery": "^1.4.4", | ||
"nunomaduro/collision": "^6.1", | ||
"phpunit/phpunit": "^9.5.10", | ||
"spatie/laravel-ignition": "^1.0" | ||
"nunomaduro/collision": "^7.0", | ||
"phpunit/phpunit": "^10.0", | ||
"spatie/laravel-ignition": "^2.0" | ||
}, | ||
"autoload": { | ||
"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