diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-26 08:06:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-26 08:06:29 +0200 |
commit | 59fce4f9d2085a6828eed110d5aea0b858895aa4 (patch) | |
tree | ee437b53007ccf58a706c9c797a339fd9b134da9 | |
parent | e031d62d93cdb1604d81acf3af9434ea87b785e6 (diff) |
update to 2.0.2
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-doctrine-inflector2.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 1127b59..0cd85e5 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-inflector2.spec b/php-doctrine-inflector2.spec index 2cadeeb..6ab67c8 100644 --- a/php-doctrine-inflector2.spec +++ b/php-doctrine-inflector2.spec @@ -12,14 +12,14 @@ %global github_owner doctrine %global github_name inflector -%global github_version 2.0.1 +%global github_version 2.0.2 %global major 2 -%global github_commit 18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7 +%global github_commit 3fc171224a316569faad2df6b18a1fd8cce5a56d %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 @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 2.0.2-1 +- update to 2.0.2 + * Mon May 11 2020 Remi Collet <remi@remirepo.net> - 2.0.1-1 - update to 2.0.1 - rename to php-doctrine-inflector2 |