Merge pull request #223 from Gemorroj/patch-1

php 8 support
This commit is contained in:
Grégoire Passault
2021-04-20 09:20:37 +02:00
committed by GitHub

View File

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