3 Commits

Author SHA1 Message Date
2f96c759ab Merge pull request #223 from Gemorroj/patch-1
php 8 support
2021-04-20 09:20:37 +02:00
2769e4791a php 8 support
#222
2021-04-18 12:06:03 +03:00
5e434e1859 gregwar/captcha version bump 2021-01-09 01:01:13 +01:00

View File

@ -17,9 +17,9 @@
}
],
"require": {
"php": "^7.1.3",
"php": ">=7.1.3",
"ext-gd": "*",
"gregwar/captcha": "~1.1",
"gregwar/captcha": "^1.1.9",
"symfony/form": "~4.0|~5.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/translation": "~4.0|^5.0",