Skip to content

Commit

Permalink
Merge pull request #501 from Ocramius/chore/#492-lock-to-current-php-…
Browse files Browse the repository at this point in the history
…release-only

#492 allow installation only on PHP `7.4.*` (NOT 8.x!)
  • Loading branch information
Ocramius committed Sep 14, 2019
2 parents 53620c6 + fba122b commit 7ee016f
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 7ee016f

Please sign in to comment.