Skip to content

Commit

Permalink
#492 allow installation only on PHP 7.4.* (NOT 8.x!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 14, 2019
1 parent 53620c6 commit fba122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.4.0",
"php": "7.4.*",
"zendframework/zend-code": "^3.3.2",
"ocramius/package-versions": "^1.5.1"
},
Expand Down

0 comments on commit fba122b

Please sign in to comment.