Skip to content

Commit

Permalink
Bump phar-composer to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Feb 26, 2024
1 parent 2888230 commit 5d68342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .build/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION="${1#v}"

phar_composer_version="1.2.0"
phar_composer_version="1.4.0"
build_dir=".build/workspace"

if [ -z "${VERSION}" ] ; then
Expand All @@ -15,7 +15,7 @@ set -e
rm -rf "${build_dir}"
mkdir -p "${build_dir}"

cp -a typoscript-lint typoscript-lint.dist.yml services.yml src vendor composer.json composer.lock LICENSE "${build_dir}/"
cp -a typoscript-lint typoscript-lint.dist.yml services.yml src vendor composer.json composer.lock LICENSE "${build_dir}/"
cd "${build_dir}/vendor" && rm -rf */*/tests/ */*/src/tests/ */*/docs/ */*/*.md */*/composer.* */*/phpunit.* */*/.gitignore */*/.*.yml */*/*.xml && cd - >/dev/null

if [ ! -f phar-composer-${phar_composer_version}.phar ] ; then
Expand All @@ -29,6 +29,6 @@ chmod +x phar-composer-${phar_composer_version}.phar

if [ -n "${signing_key}" ] ; then
echo "${signing_key}" | gpg --import

gpg --detach-sign --output "${phar_name}.asc" "${phar_name}"
fi

0 comments on commit 5d68342

Please sign in to comment.