Skip to content

Commit

Permalink
Update for Laravel 11 and newer version of PHP (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJose123 authored Jul 22, 2024
2 parents 3f1c791 + 810651f commit 65f5690
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@
}
],
"require": {
"php": "^8.1|^8.0",
"php": "^8.1|^8.0|^8.2|^8.3|^8.4",
"danharrin/livewire-rate-limiting": "^1.0",
"filament/filament": "^v3.0",
"spatie/laravel-package-tools": "^1.13.0"
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/support": "^10.0|^11.0"

},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpunit/phpunit": "^9.5"
"nunomaduro/collision": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21|^2.0",
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
"phpunit/phpunit": "^9.5|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -51,7 +53,7 @@
"optimize-autoloader": true,
"preferred-install": "dist",
"allow-plugins": {
"pestphp/pest-plugin": false
"pestphp/pest-plugin": true
}
},
"extra": {
Expand Down

0 comments on commit 65f5690

Please sign in to comment.