Skip to content

Commit

Permalink
Lower PHP requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DougSisk committed Dec 22, 2020
1 parent cd8a9a7 commit 4cfaa19
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 @@ -15,11 +15,11 @@
"issues": "https://github.com/FusedInteractive/Extend/issues"
},
"require": {
"php": "^7.2",
"php": "^7.0|^8.0",
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
},
"require-dev": {
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"symfony/var-dumper": "^4.3.4|^5.1"
},
"autoload": {
Expand Down

0 comments on commit 4cfaa19

Please sign in to comment.