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..700c6c0 100644 --- a/composer.json +++ b/composer.json @@ -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": {