Revert PHP version back to 7.1.3|^8.0

This commit is contained in:
bocharsky-bw 2022-01-25 17:52:11 +02:00
parent a87b16a141
commit 289f0327bb

View file

@ -18,10 +18,10 @@
],
"require": {
"php": ">= 7.4",
"php": "^7.1.3|^8.0",
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0",
"michelf/php-markdown": "~1.4"
"michelf/php-markdown": "~1.4"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.0 || ^5.0 || ^6.0",