Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fix for issue #461
  • Loading branch information
ironic authored Mar 31, 2021
1 parent 6d4bc8b commit 00bef42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"require": {
"php": ">=5.6 <=7.4.14",
"ext-intl": "*",
"zendframework/zendframework": "^2.5.3"
"zendframework/zendframework": "^2.5.3",
"symfony/polyfill-php71": "^1.19"
},

"autoload": {
Expand Down

0 comments on commit 00bef42

Please sign in to comment.