summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json6
-rw-r--r--php-sabre-http7.spec15
2 files changed, 12 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 98edcd7..8c768a7 100644
--- a/composer.json
+++ b/composer.json
@@ -13,11 +13,11 @@
"sabre/uri" : "^2.3 || ^3.0"
},
"require-dev" : {
- "friendsofphp/php-cs-fixer": "^3.64",
- "phpstan/phpstan": "^1.11",
+ "friendsofphp/php-cs-fixer": "^3.87",
+ "phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
- "phpstan/extension-installer": "^1.3",
+ "phpstan/extension-installer": "^1.4",
"phpunit/phpunit" : "^9.6"
},
"suggest" : {
diff --git a/php-sabre-http7.spec b/php-sabre-http7.spec
index ad1355f..50e1e15 100644
--- a/php-sabre-http7.spec
+++ b/php-sabre-http7.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit 5666164e1656808ac5f6ce8502e5aef0841bafab
+%global gh_commit 925aa1203680e0e5e63d05dd14d65169eb7ba02f
%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: 7.0.4
+Version: 7.0.5
Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -41,11 +41,11 @@ BuildRequires: php-curl
BuildRequires: (php-composer(sabre/event) >= 6.0 with php-composer(sabre/event) < 7)
BuildRequires: (php-composer(sabre/uri) >= 2.3 with php-composer(sabre/uri) < 4)
# From composer.json, "require-dev" : {
-# "friendsofphp/php-cs-fixer": "^3.64",
-# "phpstan/phpstan": "^1.11",
+# "friendsofphp/php-cs-fixer": "^3.87",
+# "phpstan/phpstan": "^1.12",
# "phpstan/phpstan-phpunit": "^1.4",
# "phpstan/phpstan-strict-rules": "^1.6",
-# "phpstan/extension-installer": "^1.3",
+# "phpstan/extension-installer": "^1.4",
# "phpunit/phpunit" : "^9.6"
BuildRequires: phpunit9 >= 9.6
%global phpunit %{_bindir}/phpunit9
@@ -156,7 +156,7 @@ PHPPID=$!
: Run upstream test suite against installed library
ret=0
-for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
+for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -179,6 +179,9 @@ exit $ret
%changelog
+* Tue Sep 9 2025 Remi Collet <remi@remirepo.net> - 7.0.5-1
+- update to 7.0.5
+
* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 7.0.4-1
- update to 7.0.4
- raise dependency on PHP 7.4