Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robindirksen1 authored Mar 7, 2022
1 parent aa2bbc3 commit 07bc0ad
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 @@ -9,9 +9,9 @@
],
"require": {
"php": ">=7.0",
"illuminate/http": "~5.4",
"illuminate/session": "~5.4",
"illuminate/support": "~5.4"
"illuminate/http": "~5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/session": "~5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 07bc0ad

Please # to comment.