We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc83fd1 commit d06991fCopy full SHA for d06991f
scripts/make-release.sh
@@ -130,7 +130,7 @@ echo "Release for : ${VERSION}"
130
131
GPG_KEY=${GPG_KEY:-C4D91FDFCEF6B4A3C653FD7890A0EF1B8251A889}
132
133
-PHP_VERSION_REQUIRED=$(sed -nre '/"php"/ s/.*"\^(([0-9]+\.)*[0-9]+).*/\1/p' composer.json)
+PHP_VERSION_REQUIRED='7.1.3'
134
135
if [ -z "${PHP_VERSION_REQUIRED}" ]; then
136
echo 'The required php version can not be found'
0 commit comments