diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-09 07:46:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-09 07:46:28 +0200 |
commit | 6b4322bcea1a2114e4a6a705cd06f0b1ecb98b53 (patch) | |
tree | f8047440e6a2b8366dde79ea57589e905b2dd252 | |
parent | 2eede14257dc683fd835423c9e3a0349e19416cd (diff) |
rename to php-yoast-phpunit-polyfills2 (compat package)
-rw-r--r-- | composer.json | 9 | ||||
-rw-r--r-- | php-yoast-phpunit-polyfills2.spec | 10 |
2 files changed, 12 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 1631d83..67e6a1b 100644 --- a/composer.json +++ b/composer.json @@ -49,11 +49,12 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true - } + }, + "lock": false }, "extra": { "branch-alias": { - "dev-main": "2.x-dev" + "dev-main": "3.x-dev" } }, "scripts": { @@ -61,10 +62,10 @@ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git --exclude src/Exceptions/Error.php --exclude src/Exceptions/TypeError.php --exclude tests/Polyfills/Fixtures/ValueObjectUnion.php --exclude tests/Polyfills/Fixtures/ValueObjectUnionNoReturnType.php" ], "lint70": [ - "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git --exclude src/Exceptions/Error.php --exclude src/Exceptions/TypeError.php --exclude tests/Polyfills/Fixtures/ValueObject.php --exclude tests/Polyfills/Fixtures/ValueObjectUnion.php --exclude tests/Polyfills/Fixtures/ValueObjectUnionNoReturnType.php" + "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git --exclude src/Exceptions/Error.php --exclude src/Exceptions/TypeError.php --exclude tests/Polyfills/Fixtures/ValueObjectParamNotRequired.php --exclude tests/Polyfills/Fixtures/ValueObjectUnion.php --exclude tests/Polyfills/Fixtures/ValueObjectUnionNoReturnType.php" ], "lint-lt70": [ - "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git --exclude src/TestCases/TestCasePHPUnitGte8.php --exclude src/TestListeners/TestListenerDefaultImplementationPHPUnitGte7.php --exclude tests/Polyfills/Fixtures/ChildValueObject.php --exclude tests/Polyfills/Fixtures/ValueObject.php --exclude tests/Polyfills/Fixtures/ValueObjectUnion.php --exclude tests/Polyfills/Fixtures/ValueObjectUnionNoReturnType.php" + "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git --exclude src/TestCases/TestCasePHPUnitGte8.php --exclude src/TestListeners/TestListenerDefaultImplementationPHPUnitGte7.php --exclude tests/Polyfills/Fixtures/ChildValueObject.php --exclude tests/Polyfills/Fixtures/ValueObject.php --exclude tests/Polyfills/Fixtures/ValueObjectParamNotRequired.php --exclude tests/Polyfills/Fixtures/ValueObjectUnion.php --exclude tests/Polyfills/Fixtures/ValueObjectUnionNoReturnType.php" ], "lint-gte80": [ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git" diff --git a/php-yoast-phpunit-polyfills2.spec b/php-yoast-phpunit-polyfills2.spec index 5b65bf8..7ff6318 100644 --- a/php-yoast-phpunit-polyfills2.spec +++ b/php-yoast-phpunit-polyfills2.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 4a088f125c970d6d6ea52c927f96fe39b330d0f1 +%global gh_commit 562f449a2ec8ab92fe7b30d94da9622c7b1345fe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Yoast %global gh_project PHPUnit-Polyfills @@ -22,8 +22,8 @@ %bcond_without tests %global php_home %{_datadir}/php -Name: php-%{pk_vendor}-%{pk_project} -Version: 2.0.1 +Name: php-%{pk_vendor}-%{pk_project}%{major} +Version: 2.0.2 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality @@ -126,6 +126,10 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 2.0.2-1 +- update to 2.0.2 +- rename to php-yoast-phpunit-polyfills2 (compat package) + * Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 2.0.1-1 - update to 2.0.1 - move to /usr/share/php/Yoast/PHPUnitPolyfills2 |