Skip to content

Commit

Permalink
Bump min Laravel to v11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 15, 2024
1 parent 018a456 commit 3848ab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
],
"require": {
"php": "^8.1",
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0"
"illuminate/http": "^10.0|^11.1",
"illuminate/support": "^10.0|^11.1",
"illuminate/database": "^10.0|^11.1"
},
"require-dev": {
"code-lts/doctum": "^5.5",
"friendsofphp/php-cs-fixer": "^3.14",
"laravel/framework": "^10.0|^11.0",
"laravel/framework": "^10.0|^11.1",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
Expand Down

0 comments on commit 3848ab6

Please sign in to comment.