summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-28 10:38:04 +0200
committerRemi Collet <remi@php.net>2024-08-28 10:38:04 +0200
commita92367f5fbe649c3df97af28afa6eb2c020895bf (patch)
tree3f213397d61412bca559e671820d98c75ba577ff
parent494778cf0574ac386cea431626c430223622cbbf (diff)
update to 5.1.12 (no change, CS only)HEADmaster
-rw-r--r--composer.json4
-rw-r--r--php-sabre-http5.spec9
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 0412b4d..48caa44 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
"sabre/uri" : "^2.0"
},
"require-dev" : {
- "friendsofphp/php-cs-fixer": "~2.17.1",
+ "friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"
},
@@ -50,7 +50,7 @@
"phpstan analyse lib tests"
],
"cs-fixer": [
- "php-cs-fixer fix"
+ "PHP_CS_FIXER_IGNORE_ENV=true php-cs-fixer fix"
],
"phpunit": [
"phpunit --configuration tests/phpunit.xml"
diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec
index 47c55f2..293d405 100644
--- a/php-sabre-http5.spec
+++ b/php-sabre-http5.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit abb019d9415d8c6c39c377e212ef34ad727b711f
+%global gh_commit dedff73f3995578bc942fa4c8484190cac14f139
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sabre-io
%global gh_project http
@@ -24,7 +24,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Summary: Library for dealing with http requests and responses
-Version: 5.1.11
+Version: 5.1.12
Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -39,7 +39,7 @@ BuildRequires: php-ctype
BuildRequires: (php-composer(sabre/event) >= 4.0 with php-composer(sabre/event) < 6)
BuildRequires: (php-composer(sabre/uri) >= 2.0 with php-composer(sabre/uri) < 3)
# From composer.json, "require-dev" : {
-# "friendsofphp/php-cs-fixer": "~2.17.1",
+# "friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
# "phpstan/phpstan": "^0.12",
# "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"
BuildRequires: phpunit9 >= 9.6
@@ -181,6 +181,9 @@ exit $ret
%changelog
+* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 5.1.12-1
+- update to 5.1.12 (no change, CS only)
+
* Fri Jul 26 2024 Remi Collet <remi@remirepo.net> - 5.1.11-1
- update to 5.1.11