Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 9, 2022
1 parent e96b5aa commit e139110
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.1.3 || ^8.0",
"illuminate/container": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/events": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/pagination": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/view": "^5.5 || ^6.0 || ^7.0 || ^8.0"
"illuminate/container": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0|| ^9.0",
"illuminate/events": "^5.5 || ^6.0 || ^7.0 || ^8.0|| ^9.0",
"illuminate/pagination": "^5.5 || ^6.0 || ^7.0 || ^8.0|| ^9.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0|| ^9.0",
"illuminate/view": "^5.5 || ^6.0 || ^7.0 || ^8.0|| ^9.0"
},
"require-dev": {
"graham-campbell/analyzer": "^2.4 || ^3.0",
Expand Down

0 comments on commit e139110

Please sign in to comment.