From 5151ef05129705c157ed035d9e1099e41bbaf96b Mon Sep 17 00:00:00 2001 From: Alexander Reichel Date: Thu, 9 Oct 2025 17:25:02 +0200 Subject: [PATCH 1/6] TASK: use guzzlehttp psr7 ^2.0 --- .idea/.gitignore | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/oauth2-server.iml | 8 ++++++++ .idea/php.xml | 22 ++++++++++++++++++++++ .idea/vcs.xml | 7 +++++++ composer.json | 2 +- 6 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/oauth2-server.iml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..531c4e9 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/oauth2-server.iml b/.idea/oauth2-server.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/oauth2-server.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..133d465 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8306744 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index ff0d36d..6fff24c 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "neos/flow": "^7.0 || ^8.0", "league/oauth2-server": "^8.0", - "guzzlehttp/psr7": "^1.6" + "guzzlehttp/psr7": "^1.6 || ^2.0" }, "autoload": { "psr-4": { From c1a1e14b59595d82e97ac0f6506409a03664d6a2 Mon Sep 17 00:00:00 2001 From: Xathos1991 Date: Thu, 9 Oct 2025 18:10:45 +0200 Subject: [PATCH 2/6] Delete .idea/.gitignore --- .idea/.gitignore | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml From 60918376b78e9f3b2b859a9855ba3171b9878706 Mon Sep 17 00:00:00 2001 From: Xathos1991 Date: Thu, 9 Oct 2025 18:11:12 +0200 Subject: [PATCH 3/6] Delete .idea/vcs.xml --- .idea/vcs.xml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 8306744..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file From 82f518188e0496d4500dbc193670f886ad958145 Mon Sep 17 00:00:00 2001 From: Xathos1991 Date: Thu, 9 Oct 2025 18:11:31 +0200 Subject: [PATCH 4/6] Delete .idea/php.xml --- .idea/php.xml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .idea/php.xml diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 133d465..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file From e6313ce21fd4b20b2623e7fb76d0e70cfb3f5ab9 Mon Sep 17 00:00:00 2001 From: Xathos1991 Date: Thu, 9 Oct 2025 18:11:40 +0200 Subject: [PATCH 5/6] Delete .idea/oauth2-server.iml --- .idea/oauth2-server.iml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/oauth2-server.iml diff --git a/.idea/oauth2-server.iml b/.idea/oauth2-server.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/oauth2-server.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file From bdcfdd69674647d0be36fbd99ead04f12a2bf325 Mon Sep 17 00:00:00 2001 From: Xathos1991 Date: Thu, 9 Oct 2025 18:11:48 +0200 Subject: [PATCH 6/6] Delete .idea/modules.xml --- .idea/modules.xml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 531c4e9..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file