diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-doctrine-inflector.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index aceeb8d..ab51ba0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@          {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}      ],      "require": { -        "php": "^7.2" +        "php": "^7.2 || ^8.0"      },      "require-dev": {          "doctrine/coding-standard": "^7.0", diff --git a/php-doctrine-inflector.spec b/php-doctrine-inflector.spec index 68eac07..c1f748f 100644 --- a/php-doctrine-inflector.spec +++ b/php-doctrine-inflector.spec @@ -12,13 +12,13 @@  %global github_owner     doctrine  %global github_name      inflector -%global github_version   1.4.1 -%global github_commit    4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3 +%global github_version   1.4.2 +%global github_commit    889b42b8155f2aa274596b6e0424371b1e3c51bb  %global composer_vendor  doctrine  %global composer_project inflector -# "php": "^7.2" +# "php": "^7.2 || ^8.0"  %global php_min_ver 7.2  # Build using "--without tests" to disable tests @@ -121,6 +121,9 @@ exit $RETURN_CODE  %changelog +* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.4.2-1 +- update to 1.4.2 +  * Mon May 11 2020 Remi Collet <remi@remirepo.net> - 1.4.1-1  - update to 1.4.1  - raise dependency on PHP 7.2  | 
