diff options
| author | Remi Collet <remi@remirepo.net> | 2021-07-09 10:49:09 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-07-09 10:49:09 +0200 | 
| commit | 192f4b884df13026f2e90b4e47b69b9977dfee75 (patch) | |
| tree | 4306c3c416a91a5ab666c03b07aacf22e6ece260 | |
| parent | f3be5e5be006f705d83f46640841840d34f6485c (diff) | |
update to 3.4.1
revert allow psr/container v2
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-league-container.spec | 12 | 
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json index d37a6a0..61cedd9 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@      ],      "require": {          "php": "^7.0 || ^8.0", -        "psr/container": "^1.0.0 || ^2.0.0" +        "psr/container": "^1.0.0"      },      "require-dev": { -        "phpunit/phpunit": "^6.0", -        "roave/security-advisories": "dev-master", +        "phpunit/phpunit": "^6.0 || ^7.0", +        "roave/security-advisories": "dev-latest",          "scrutinizer/ocular": "^1.8",          "squizlabs/php_codesniffer": "^3.5"      }, diff --git a/php-league-container.spec b/php-league-container.spec index 70ad328..bde2843 100644 --- a/php-league-container.spec +++ b/php-league-container.spec @@ -12,17 +12,17 @@  %global github_owner     thephpleague  %global github_name      container -%global github_version   3.3.5 -%global github_commit    048ab87810f508dbedbcb7ae941b606eb8ee353b +%global github_version   3.4.1 +%global github_commit    84ecbc2dbecc31bd23faf759a0e329ee49abddbd  %global composer_vendor  league  %global composer_project container  # "php": "^7.0"  %global php_min_ver 7.0 -# "psr/container": "^1.0.0 || ^2.0.0" +# "psr/container": "^1.0.0"  %global psr_container_min_ver 1.0 -%global psr_container_max_ver 3 +%global psr_container_max_ver 2  # Build using "--without tests" to disable tests  %global with_tests 0%{!?_without_tests:1} @@ -154,6 +154,10 @@ exit $RETURN_CODE  %changelog +* Fri Jul  9 2021 Remi Collet <remi@remirepo.net> - 3.4.1-1 +- update to 3.4.1 +- revert allow psr/container v2 +  * Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 3.3.5-1  - update to 3.3.5  - switch to phpunit8  | 
