Skip to content

Commit

Permalink
chore: allow php 8 as a platform requirement (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman committed Dec 3, 2020
1 parent 1d565c6 commit d62bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://github.com/faustbrian"
}],
"require": {
"php": "^7.2",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^6.5|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
Expand Down

0 comments on commit d62bc3d

Please sign in to comment.