Skip to content

Commit

Permalink
Upgrade to allow laravel 11 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennett-treptow authored Mar 17, 2024
1 parent eff9af0 commit eb120d3
Show file tree
Hide file tree
Showing 2 changed files with 2,363 additions and 1,481 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
"php": "^7.4|~8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"marcj/topsort": "^2.0"
},
"autoload": {
Expand All @@ -28,7 +28,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^6.17|^8.0",
"orchestra/testbench": "^6.17|^8.0|^9.0",
"friendsofphp/php-cs-fixer": "^2.16|^3.14"
},
"scripts": {
Expand All @@ -48,4 +48,4 @@
}
},
"prefer-stable": true
}
}
Loading

0 comments on commit eb120d3

Please sign in to comment.