Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46920e0de1 | ||
|
|
8622aeb9d5 |
4 changed files with 25 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
"php": "^7.2 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^8.2",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpstan/phpstan-phpunit": "^0.12",
|
||||
"phpstan/phpstan-strict-rules": "^0.12",
|
||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||
"vimeo/psalm": "^4.10"
|
||||
"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,5 +32,10 @@
|
|||
"psr-4": {
|
||||
"Doctrine\\Tests\\Inflector\\": "tests/Doctrine/Tests/Inflector"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-doctrine-inflector2
|
||||
#
|
||||
# Copyright (c) 2013-2021 Shawn Iwinski, Remi Collet
|
||||
# Copyright (c) 2013-2022 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.4
|
||||
%global github_version 2.0.6
|
||||
%global major 2
|
||||
%global github_commit 8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89
|
||||
%global github_commit d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
|
||||
|
||||
%global composer_vendor doctrine
|
||||
%global composer_project inflector
|
||||
|
|
@ -42,7 +42,7 @@ BuildArch: noarch
|
|||
# Tests
|
||||
%if %{with_tests}
|
||||
## composer.json
|
||||
BuildRequires: phpunit9
|
||||
BuildRequires: phpunit9 >= 9.5
|
||||
BuildRequires: php(language) >= %{php_min_ver}
|
||||
## phpcompatinfo (computed from version 2.0.1)
|
||||
BuildRequires: php-mbstring
|
||||
|
|
@ -96,7 +96,7 @@ BOOTSTRAP
|
|||
|
||||
: Upstream tests
|
||||
RETURN_CODE=0
|
||||
for PHP_EXEC in "" php73 php74 php80 php81; do
|
||||
for PHP_EXEC in "" php74 php80 php81 php82; do
|
||||
if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then
|
||||
phpunit9 --verbose --bootstrap bootstrap.php \
|
||||
|| RETURN_CODE=1
|
||||
|
|
@ -117,6 +117,12 @@ exit $RETURN_CODE
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 21 2022 Remi Collet <remi@remirepo.net> - 2.0.6-1
|
||||
- update to 2.0.6
|
||||
|
||||
* Fri Sep 9 2022 Remi Collet <remi@remirepo.net> - 2.0.5-1
|
||||
- update to 2.0.5
|
||||
|
||||
* Mon Oct 25 2021 Remi Collet <remi@remirepo.net> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
- switch to phpunit9
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-doctrine-inflector2-2.0.4-8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89.tar.gz) = fa79b9935f6c54e4ee59f7e8bd72b4387094c2398c88525c09f7d48aff80a9556b6e57e4d8766847bb5f4509119b0555276326587bdbfe92ceb1384d1d6baa8a
|
||||
SHA512 (php-doctrine-inflector2-2.0.6-d9d313a36c872fd6ee06d9a6cbcf713eaa40f024.tar.gz) = e582db15ec0a394a32da4d55c0de2a8ca120247a60e5319b941086da724b27ee59ce0e22c80cee310336f50d4d01015fc6759a718c5c8fd1e313650208c237c3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue