From 53a7d04fbb073ef219891db41acec1821fda63c9 Mon Sep 17 00:00:00 2001 From: Benjamin Behrendt Date: Tue, 2 Nov 2021 15:15:34 +0100 Subject: [PATCH 1/2] [Experimental] Mark as compatible with NEOS 7.0 --- .gitignore | 3 ++- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3d13186..f239442 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /Packages /composer.lock /vendor -/node_modules \ No newline at end of file +/node_modules +.idea/* \ No newline at end of file diff --git a/composer.json b/composer.json index b9c06a3..dab4f1f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "networkteam/neos-shariff", + "name": "bbehrendt-mm/neos-shariff", "type": "neos-plugin", "description": "Integrate shariff, social buttons with privacy", "license": "GPL-2.0-or-later", @@ -13,8 +13,8 @@ "php": "^7.1", "guzzlehttp/psr7": "^1.3.0", "heise/shariff": "^8.0", - "neos/neos": "^4.0 || ^5.0", - "neos/utility-files": "^5.0 || ^6.0" + "neos/neos": "^4.0 || ^5.0 || ^7.0", + "neos/utility-files": "^5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-4": { From d684cfcb407745110ee341deb9d0197f5d77f0f0 Mon Sep 17 00:00:00 2001 From: Benjamin Behrendt Date: Tue, 2 Nov 2021 17:25:44 +0100 Subject: [PATCH 2/2] Mark as compatible with NEOS 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dab4f1f..700c6c0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "bbehrendt-mm/neos-shariff", + "name": "networkteam/neos-shariff", "type": "neos-plugin", "description": "Integrate shariff, social buttons with privacy", "license": "GPL-2.0-or-later",