Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Apr 8, 2024
1 parent 1cc7196 commit a1505fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"require": {
"php": "7.*|8.*",
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.5|^3.14",
"phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3",
"orchestra/testbench": "^3.5|^4.0|^5.0|^8.0"
"phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3|^10.5",
"orchestra/testbench": "^3.5|^4.0|^5.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a1505fb

Please sign in to comment.