Skip to content

Commit

Permalink
Merge pull request #10 from flownative/neos-7-compatibility
Browse files Browse the repository at this point in the history
Declare Neos 7.x compatibility
  • Loading branch information
robertlemke authored Dec 18, 2020
2 parents bd52fc1 + ead4c3b commit 09ce7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Classes/CompressionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
namespace Flownative\Neos\Compressor;

use Neos\Eel\ProtectedContextAwareInterface;
use Neos\Flow\Annotations as Flow;
use WyriHaximus\HtmlCompress\Factory;
use WyriHaximus\HtmlCompress\Parser;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Output compression for Neos",
"license": "MIT",
"require": {
"neos/neos": "^3.0 || ^4.0 || ^5.0",
"neos/neos": "^5.0 || ^7.0",
"wyrihaximus/html-compress": "~1.2"
},
"autoload": {
Expand Down

0 comments on commit 09ce7c7

Please sign in to comment.