Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
askdkc authored Oct 18, 2024
1 parent 9dd893c commit f3fb55d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"league/csv": "^9.15.0",
"livewire/livewire": "^2.10",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/collision": "^6.0|^7.0|^8.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0|~8.15.0",
"orchestra/testbench-core": "^7.0|~8.15.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench-core": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21|^2.0",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"phpstan/extension-installer": "^1.2",
"phpunit/phpunit": "^9.5|^10.0"
"phpunit/phpunit": "^9.5|^10.0|^11.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit f3fb55d

Please sign in to comment.