Skip to content

Commit

Permalink
Merge pull request #49 from Umfi/feat-laravel11
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
andreaselia authored Mar 19, 2024
2 parents 8136d9f + e5d9a66 commit c434d3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"require": {
"php": "^7.4|^8.0",
"ext-intl": "*",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/view": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
"illuminate/view": "^8.0|^9.0|^10.0|^11.0",
"jenssegers/agent": "^2.6"
},
"autoload": {
Expand All @@ -44,7 +44,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"orchestra/testbench": "6.0",
"phpunit/phpunit": "^9.5"
"orchestra/testbench": "6.0|^9.0",
"phpunit/phpunit": "^9.5|^11.0"
}
}

0 comments on commit c434d3d

Please sign in to comment.