Skip to content

Commit

Permalink
Revert "Drop support for illuminate 8 and php 7"
Browse files Browse the repository at this point in the history
This reverts commit eace016.
  • Loading branch information
promatik committed Oct 25, 2022
1 parent eace016 commit 2f924f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}
],
"require": {
"php": "^8.0|^8.1",
"illuminate/support": "^9.0"
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down

0 comments on commit 2f924f7

Please sign in to comment.