Skip to content

Commit

Permalink
FEATURE: Support Neos 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gradinarufelix committed Jun 19, 2024
1 parent f494553 commit 613b424
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
"type": "neos-package",
"name": "codeq/taggr",
"require": {
"neos/neos": "^7.0",
"neos/neos": "^7.0 || ^8.0",
"carbon/backenddocument": "^5.6"
},
"autoload": {
"psr-4": {
"CodeQ\\Taggr\\": "Classes/"
}
},
"extra": {
"neos": {
"package-key": "CodeQ.Taggr"
Expand Down

0 comments on commit 613b424

Please sign in to comment.