From 0a18413e514a17da5da223281153f8f198768659 Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Thu, 11 Jul 2024 13:12:12 +0600 Subject: [PATCH] pkp/pkp-lib#9913 removed pimple reference from build package script --- tools/buildpkg.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/buildpkg.sh b/tools/buildpkg.sh index 15424403ed1..107e46b6088 100755 --- a/tools/buildpkg.sh +++ b/tools/buildpkg.sh @@ -80,7 +80,6 @@ plugins/generic/citationStyleLanguage/lib/vendor/guzzle/guzzle/tests/Guzzle/Test plugins/generic/citationStyleLanguage/lib/vendor/symfony/config/Tests/ \ lib/pkp/lib/vendor/symfony/translation/Tests/ \ lib/pkp/lib/vendor/symfony/process/Tests/ \ -lib/pkp/lib/vendor/pimple/pimple/src/Pimple/Tests/ \ lib/pkp/lib/vendor/robloach/component-installer/tests/ComponentInstaller/Test/ \ lib/pkp/lib/vendor/michelf/php-markdown/test \ plugins/generic/citationStyleLanguage/lib/vendor/satooshi/php-coveralls/tests/ \ @@ -91,7 +90,6 @@ plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/example/ lib/pkp/lib/vendor/nikic/fast-route/test/ \ lib/pkp/lib/vendor/ezyang/htmlpurifier/tests/ \ lib/pkp/lib/vendor/ezyang/htmlpurifier/smoketests/ \ -lib/pkp/lib/vendor/pimple/pimple/ext/pimple/tests/ \ lib/pkp/lib/vendor/robloach/component-installer/tests/ \ node_modules \ .editorconfig \