From 576fcf2c8d62d79c93ef329da4a35649ace8e2e4 Mon Sep 17 00:00:00 2001 From: nortoh Date: Wed, 29 Nov 2023 12:34:08 -0600 Subject: [PATCH 1/7] PHP 8.3 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b38a5f791..54dc4f76b 100644 --- a/composer.json +++ b/composer.json @@ -33,12 +33,12 @@ } }, "require": { - "php": "~7.0", + "php": "~7.0 || ^8.0", "guzzlehttp/guzzle": "^6.1", "justinrainbow/json-schema": "^5.2" }, "require-dev": { - "phpunit/phpunit": "^6.5", + "phpunit/phpunit": "^8.0", "psr/log": "^1.0", "php-coveralls/php-coveralls": "^2.0", "jakub-onderka/php-parallel-lint": "^1.0", From 9fd1dc39c0c138954a5273a3a4f8a5dfaa01aa85 Mon Sep 17 00:00:00 2001 From: nortoh Date: Wed, 29 Nov 2023 12:46:20 -0600 Subject: [PATCH 2/7] Updated guzzle --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54dc4f76b..ed808cd5d 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "require": { "php": "~7.0 || ^8.0", - "guzzlehttp/guzzle": "^6.1", + "guzzlehttp/guzzle": "^7.8.0", "justinrainbow/json-schema": "^5.2" }, "require-dev": { From dc692665872d82782ddc36640994287e2919a062 Mon Sep 17 00:00:00 2001 From: nortoh Date: Fri, 7 Jun 2024 16:47:48 -0500 Subject: [PATCH 3/7] chore: add replace --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed808cd5d..a7ff2cba3 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "php-opencloud/openstack", + "name": "nocworx/php-opencloud-openstack", "description": "PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi", "keywords": [ "php", @@ -21,6 +21,9 @@ "homepage" : "https://github.com/haphan" } ], + "replace": { + "php-opencloud/openstack": "3.2" + }, "autoload": { "psr-4": { "OpenStack\\": "src/" From f90402e4116e8d9f2c9b09c3f447a543d9a3c475 Mon Sep 17 00:00:00 2001 From: nortoh Date: Mon, 10 Jun 2024 12:22:55 -0500 Subject: [PATCH 4/7] fix: readd guzzlehttp/uri-template --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fb640479..3e4731993 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@ "require": { "php": "~7.0 || ^8.0", "guzzlehttp/guzzle": "^7.8.0", - "justinrainbow/json-schema": "^5.2" + "justinrainbow/json-schema": "^5.2", + "guzzlehttp/uri-template": "^0.2|^1.0" }, "require-dev": { "phpunit/phpunit": "^8.0", From 622af6af88efd8cf4c4bb2e879da2d309653a473 Mon Sep 17 00:00:00 2001 From: nortoh Date: Mon, 10 Jun 2024 12:24:45 -0500 Subject: [PATCH 5/7] fix: readd guzzlehttp/uri-template --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3e4731993..32a50486e 100644 --- a/composer.json +++ b/composer.json @@ -38,8 +38,8 @@ "require": { "php": "~7.0 || ^8.0", "guzzlehttp/guzzle": "^7.8.0", - "justinrainbow/json-schema": "^5.2", - "guzzlehttp/uri-template": "^0.2|^1.0" + "guzzlehttp/uri-template": "^0.2|^1.0", + "justinrainbow/json-schema": "^5.2" }, "require-dev": { "phpunit/phpunit": "^8.0", From fa47b7b6393e394cd00ac11ebef0f47953afe44a Mon Sep 17 00:00:00 2001 From: nortoh Date: Tue, 11 Jun 2024 12:21:50 -0500 Subject: [PATCH 6/7] chore: set PHP to ^7.2.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32a50486e..557049a9a 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } }, "require": { - "php": "~7.0 || ^8.0", + "php": "^7.2.5 || ^8.0", "guzzlehttp/guzzle": "^7.8.0", "guzzlehttp/uri-template": "^0.2|^1.0", "justinrainbow/json-schema": "^5.2" From d4b74bdd81ff69de8d48a1dfe078ee985434379d Mon Sep 17 00:00:00 2001 From: nortoh Date: Tue, 11 Jun 2024 12:22:24 -0500 Subject: [PATCH 7/7] chore: replace all versions with our fork --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 557049a9a..405465cf9 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "replace": { - "php-opencloud/openstack": "3.2" + "php-opencloud/openstack": "*" }, "autoload": { "psr-4": {