summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-15 10:29:36 +0100
committerRemi Collet <remi@php.net>2022-12-15 10:29:36 +0100
commitfafea417b52873ab1959c18d8f0f9147adefda78 (patch)
tree65c8f47df08220d8d5c080599887c6fd446bbd15
parent32d65ccbe22c2f406f8466d55ea32fdef450b88a (diff)
update to 2.23.0
-rw-r--r--composer-psr7.json2
-rw-r--r--composer.json4
-rw-r--r--php-laminas-diactoros2.spec13
3 files changed, 11 insertions, 8 deletions
diff --git a/composer-psr7.json b/composer-psr7.json
index e80f2f0..89ebc89 100644
--- a/composer-psr7.json
+++ b/composer-psr7.json
@@ -19,7 +19,7 @@
"psr/http-message": "^1.0"
},
"require-dev": {
- "guzzlehttp/psr7": "^1.4",
+ "guzzlehttp/psr7": "^1.7 || ^2.0",
"laminas/laminas-diactoros": "^2.1",
"nyholm/psr7": "^1.0",
"ringcentral/psr7": "^1.2",
diff --git a/composer.json b/composer.json
index 4dc323d..0a2f1db 100644
--- a/composer.json
+++ b/composer.json
@@ -45,10 +45,10 @@
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.9.0",
"laminas/laminas-coding-standard": "^2.4.0",
- "php-http/psr7-integration-tests": "^1.1.1",
+ "php-http/psr7-integration-tests": "^1.2",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
- "vimeo/psalm": "^4.29.0"
+ "vimeo/psalm": "^5.0.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec
index f056f6d..bf82b9a 100644
--- a/php-laminas-diactoros2.spec
+++ b/php-laminas-diactoros2.spec
@@ -10,7 +10,7 @@
%global gh_owner laminas
%global gh_project laminas-diactoros
-%global gh_commit df8c7f9e11d854269f4aa7c06ffa38caa42e4405
+%global gh_commit a738cecb420e3bcff34c33177f1ce9f68902695c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global php_home %{_datadir}/php
%global namespace Laminas
@@ -20,8 +20,8 @@
# https://github.com/php-http/psr7-integration-tests/tags
%global gh_psr7_owner php-http
%global gh_psr7_name psr7-integration-tests
-%global gh_psr7_version 1.1.1
-%global gh_psr7_commit dbc81e59655c3d927ba62b2cd38be9af334590fc
+%global gh_psr7_version 1.2.0
+%global gh_psr7_commit d11c83205562b7a4701873e496ec8d0b71946e36
%global gh_psr7_short %(c=%{gh_psr7_commit}; echo ${c:0:7})
# https://github.com/http-interop/http-factory-tests/tags
@@ -37,11 +37,11 @@
%{!?phpdir: %global phpdir %{_datadir}/php}
Name: php-%{gh_project}%{major}
-Version: 2.22.0
+Version: 2.23.0
Release: 1%{?gh_release}%{?dist}
Summary: PSR HTTP Message implementations v%{major}
-License: BSD
+License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
# GitHub export does not include tests.
@@ -220,6 +220,9 @@ exit $RETURN_CODE
%changelog
+* Thu Dec 15 2022 Remi Collet <remi@remirepo.net> - 2.23.0-1
+- update to 2.23.0
+
* Tue Nov 22 2022 Remi Collet <remi@remirepo.net> - 2.22.0-1
- update to 2.22.0