Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#346)
Browse files Browse the repository at this point in the history
Bump dependencies for Laravel 11
  • Loading branch information
laravel-shift committed Mar 26, 2024
1 parent 1aeab0e commit 5e00d45
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 @@ -22,15 +22,15 @@
],
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"erusev/parsedown-extra": "^0.8.1|^0.8",
"symfony/dom-crawler": "^4.1|^5.0|^6.0"
"symfony/dom-crawler": "^4.1|^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^3.4|^4.0|^5.0|^7.0|^8.0"
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"orchestra/testbench": "^3.4|^4.0|^5.0|^7.0|^8.0|^9.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 5e00d45

Please sign in to comment.