From 59fce4f9d2085a6828eed110d5aea0b858895aa4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:06:29 +0200 Subject: update to 2.0.2 --- composer.json | 2 +- 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 - 2.0.2-1 +- update to 2.0.2 + * Mon May 11 2020 Remi Collet - 2.0.1-1 - update to 2.0.1 - rename to php-doctrine-inflector2 -- cgit