diff --git a/.gitignore b/.gitignore index ce97080..1106645 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /php-doctrine-inflector2-2.0.3-9cf661f4eb38f7c881cac67c75ea9b00bf97b210.tar.gz +/php-doctrine-inflector2-2.0.4-8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89.tar.gz +/php-doctrine-inflector2-2.0.5-ade2b3bbfb776f27f0558e26eed43b5d9fe1b392.tar.gz +/php-doctrine-inflector2-2.0.6-d9d313a36c872fd6ee06d9a6cbcf713eaa40f024.tar.gz +/php-doctrine-inflector2-2.0.8-f9301a5b2fb1216b2b08f02ba04dc45423db6bff.tar.gz diff --git a/composer.json b/composer.json index 0cd85e5..87da3e2 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,12 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^8.5 || ^9.5", + "vimeo/psalm": "^4.25" }, "autoload": { "psr-4": { @@ -32,9 +33,9 @@ "Doctrine\\Tests\\Inflector\\": "tests/Doctrine/Tests/Inflector" } }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true } } } diff --git a/php-doctrine-inflector2.spec b/php-doctrine-inflector2.spec index 07a3674..e322d3f 100644 --- a/php-doctrine-inflector2.spec +++ b/php-doctrine-inflector2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-inflector2 # -# Copyright (c) 2013-2020 Shawn Iwinski, Remi Collet +# Copyright (c) 2013-2023 Shawn Iwinski, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -10,9 +10,9 @@ %global github_owner doctrine %global github_name inflector -%global github_version 2.0.3 +%global github_version 2.0.8 %global major 2 -%global github_commit 9cf661f4eb38f7c881cac67c75ea9b00bf97b210 +%global github_commit f9301a5b2fb1216b2b08f02ba04dc45423db6bff %global composer_vendor doctrine %global composer_project inflector @@ -27,7 +27,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 3%{?github_release}%{?dist} +Release: 7%{?github_release}%{?dist} Summary: Common string manipulations with regard to casing and singular/plural rules License: MIT @@ -42,15 +42,15 @@ BuildArch: noarch # Tests %if %{with_tests} ## composer.json -BuildRequires: phpunit8 +BuildRequires: phpunit9 >= 9.5 BuildRequires: php(language) >= %{php_min_ver} ## phpcompatinfo (computed from version 2.0.1) BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-spl +%endif # Autoloader BuildRequires: php-fedora-autoloader-devel -%endif # composer.json Requires: php(language) >= %{php_min_ver} @@ -96,9 +96,9 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php72 php73 php74 php80; do +for PHP_EXEC in "" php80 php81 php82 php83; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then - phpunit8 --verbose --bootstrap bootstrap.php \ + phpunit9 --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 fi done @@ -117,6 +117,49 @@ exit $RETURN_CODE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.0.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sat Jan 18 2025 Fedora Release Engineering - 2.0.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Jul 19 2024 Fedora Release Engineering - 2.0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 2.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 2.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 2.0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 20 2023 Remi Collet - 2.0.8-1 +- update to 2.0.8 + +* Fri Jan 20 2023 Fedora Release Engineering - 2.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Oct 21 2022 Remi Collet - 2.0.6-1 +- update to 2.0.6 + +* Fri Sep 9 2022 Remi Collet - 2.0.5-1 +- update to 2.0.5 + +* Fri Jul 22 2022 Fedora Release Engineering - 2.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 2.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Oct 25 2021 Remi Collet - 2.0.4-1 +- update to 2.0.4 +- switch to phpunit9 + +* Fri Jul 23 2021 Fedora Release Engineering - 2.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index b101314..a611adf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-doctrine-inflector2-2.0.3-9cf661f4eb38f7c881cac67c75ea9b00bf97b210.tar.gz) = 2df0d8756875b14756ffebb6feb65172332cd027b9197c961ff105b68be966def1f9f847d892b9c6d84d39f41031ca36affb8bc414e68412ab1c685a03067bb1 +SHA512 (php-doctrine-inflector2-2.0.8-f9301a5b2fb1216b2b08f02ba04dc45423db6bff.tar.gz) = 64cf24e62863f2eed706904a24618401c896e61be9912aefa0e1b4a621d517d42fccf36babab3d853408f53fa3e15f88adb7d4f7ba8cd579e79f8e749a4fc789