Skip to content

Commit

Permalink
Merge pull request #222 from DariusIII/patch-5
Browse files Browse the repository at this point in the history
Update composer.json for Laravel 11
  • Loading branch information
jrean authored Jul 2, 2024
2 parents e5f8a27 + faf111e commit 114e673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0"
"illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,7 +31,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0",
"fzaninotto/faker": "^1.9|^1.5",
"mockery/mockery": "^1.3",
"satooshi/php-coveralls": "^2.0|^1.0",
Expand Down

0 comments on commit 114e673

Please sign in to comment.