Skip to content

Commit

Permalink
Laravel 11 support (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
druc authored Mar 25, 2024
1 parent 282a652 commit 78b3d38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.11.3",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"orchestra/testbench": "^7.02",
"phpunit/phpunit": "^9.5"
"nunomaduro/collision": "^6.2",
"orchestra/testbench": "^7.02|^9.0",
"phpunit/phpunit": "^9.5|^10.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 78b3d38

Please sign in to comment.