summaryrefslogtreecommitdiffstats
path: root/php-doctrine-sql-formatter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-sql-formatter.spec')
-rw-r--r--php-doctrine-sql-formatter.spec19
1 files changed, 10 insertions, 9 deletions
diff --git a/php-doctrine-sql-formatter.spec b/php-doctrine-sql-formatter.spec
index f5ed1c3..729c963 100644
--- a/php-doctrine-sql-formatter.spec
+++ b/php-doctrine-sql-formatter.spec
@@ -38,17 +38,21 @@ Source1: makesrc.sh
BuildArch: noarch
BuildRequires: php-fedora-autoloader-devel
%if %{with_tests}
-BuildRequires: php(language) >= 7.1
+BuildRequires: php(language) >= 7.2
BuildRequires: php-pcre
# From composer.json
-# "bamarni/composer-bin-plugin": "^1.4"
+# "doctrine/coding-standard": "^7.0",
+# "phpstan/phpstan": "^0.12.18",
+# "phpunit/phpunit": "^8.0",
+# "psalm/plugin-phpunit": "^0.10.0",
+# "vimeo/psalm": "^3.10"
BuildRequires: phpunit8
%endif
# From composer.json
-# "php": "^7.1"
-Requires: php(language) >= 7.1
-# From phpcompatinfo report for version 1.0.1
+# "php": "^7.2"
+Requires: php(language) >= 7.2
+# From phpcompatinfo report for version 1.1.1
Requires: php-pcre
# Autoloader
@@ -125,7 +129,4 @@ exit $ret
%changelog
* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.1.1-1
-- update to 1.1.1
-
-* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1
-- initial package, version 1.0.1
+- initial package