diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-11 07:49:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-11 07:49:19 +0200 |
commit | 9862d98c011627d5bd92dd3b1a10c6eccf15da78 (patch) | |
tree | 5c4fb7be5c29c0519d4dcb85fee006bbcdf9d816 | |
parent | 9f2e13b63f9ad651f0a2f4af24f9d998318ada5d (diff) |
update to 1.1.0 (no change)
add LICENSE file
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-phpunitgoodpractices-polyfill.spec | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index e04f450..f26f435 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.11" + "friendsofphp/php-cs-fixer": "^2.12" }, "conflict": { "hhvm": "*" diff --git a/php-phpunitgoodpractices-polyfill.spec b/php-phpunitgoodpractices-polyfill.spec index 1e826d6..3eb9c65 100644 --- a/php-phpunitgoodpractices-polyfill.spec +++ b/php-phpunitgoodpractices-polyfill.spec @@ -8,7 +8,7 @@ # # Github -%global gh_commit 3968a1fcdd6d4676f9ba96cd242072c4bc57640e +%global gh_commit f7c9b779e5c14ad37d27b108f2a370bb3c0312e8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPUnitGoodPractices %global gh_project polyfill @@ -22,7 +22,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Lacking future-compat polyfills for PHPUnit @@ -102,14 +102,17 @@ var_dump(PHPUnit\Runner\Version::id()); %files %{!?_licensedir:%global license %%doc} -# See https://github.com/PHPUnitGoodPractices/polyfill/issues/1 -#license LICENSE +%license LICENSE %doc composer.json %dir %{php_home}/%{ns_vendor} %{php_home}/%{ns_vendor}/%{ns_project} %changelog +* Mon Jun 11 2018 Remi Collet <remi@remirepo.net> - 1.1.0-1 +- update to 1.1.0 (no change) +- add LICENSE file + * Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package, version 1.0.0 - open https://github.com/PHPUnitGoodPractices/polyfill/issues/1 - LICENSE file |