Skip to content

Commit

Permalink
Support all versions of PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLingham committed Apr 27, 2017
1 parent ea046de commit b275da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"php": "^5.5.9 || >=7.0",

This comment has been minimized.

Copy link
@vinkla

vinkla May 21, 2017

Contributor

>=7.0 and ^7.0 works the same way for all PHP 7 versions. Though, now we also support PHP 8.0 which we don't know if it works yet or not.

"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*"
},
"require-dev" :{
Expand Down

0 comments on commit b275da4

Please sign in to comment.