Skip to content

Commit

Permalink
update illuminate/console require to 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henry21dt committed May 31, 2023
1 parent 998436b commit 55df9ef
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 @@ -15,9 +15,9 @@
}],
"require": {
"php": "^7.3|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"mpociot/documentarian": "dev-master"
},
"require-dev": {
Expand Down

0 comments on commit 55df9ef

Please sign in to comment.