Skip to content

Commit d06991f

Browse files
committed
chore: set release version to a static 7.1.3
1 parent cc83fd1 commit d06991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ echo "Release for : ${VERSION}"
130130

131131
GPG_KEY=${GPG_KEY:-C4D91FDFCEF6B4A3C653FD7890A0EF1B8251A889}
132132

133-
PHP_VERSION_REQUIRED=$(sed -nre '/"php"/ s/.*"\^(([0-9]+\.)*[0-9]+).*/\1/p' composer.json)
133+
PHP_VERSION_REQUIRED='7.1.3'
134134

135135
if [ -z "${PHP_VERSION_REQUIRED}" ]; then
136136
echo 'The required php version can not be found'

0 commit comments

Comments
 (0)