Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#21)
Browse files Browse the repository at this point in the history
Bump dependencies for Laravel 11
  • Loading branch information
laravel-shift authored Apr 5, 2024
1 parent dca1d33 commit fb9500d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"json-mapper/json-mapper": "^2.3",
"php": "^7.2 || ^8.0",
"illuminate/support": "^5.5|^6|^7|^8|^9|^10"
"illuminate/support": "^5.5|^6|^7|^8|^9|^10 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"ext-json": "*",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^0.12.19 || ^1.0.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "^5.3|^6.0",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
"orchestra/testbench": "^5.3|^6.0 || ^9.0",
"php-coveralls/php-coveralls": "^2.4",
"guzzlehttp/guzzle": "^6.5 || ^7.0"
}
Expand Down

0 comments on commit fb9500d

Please sign in to comment.