From edd741cb23e28055829ca960b28df2d697c3de8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Dec 2025 09:44:04 +0100 Subject: update to 2.0.0 rename to php-webmozart-assert2 install in /usr/share/php/Webmozart/Assert2 raise dependency on PHP 8.2 --- php-webmozart-assert2-get-source.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php-webmozart-assert2-get-source.sh') diff --git a/php-webmozart-assert2-get-source.sh b/php-webmozart-assert2-get-source.sh index b2ac62b..81a3c06 100755 --- a/php-webmozart-assert2-get-source.sh +++ b/php-webmozart-assert2-get-source.sh @@ -54,7 +54,8 @@ pushd $TEMP_DIR pushd $GIT_DIR print "Checking out commit..." - $GIT checkout $GIT_COMMIT + $GIT checkout $GIT_COMMIT || exit 1 + cp composer.json ${SPEC_DIR} popd TAR_DIR=${GIT_NAME}-${GIT_COMMIT} -- cgit