Skip to content

Commit

Permalink
Upgrade: Allow new version of Neos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Mar 29, 2022
1 parent 355cf02 commit b24b229
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{
"name": "carbon/notification",
"type": "neos-carbon",
"description":
"This package provides a tiny fusion helper for notifications.",
"description": "This package provides a tiny fusion helper for notifications.",
"license": "GPL-3.0-or-later",
"keywords": ["flow", "neos", "fusion", "helper", "carbon"],
"keywords": [
"flow",
"neos",
"fusion",
"helper",
"carbon"
],
"require": {
"neos/fusion": "^4.2 || ^5.0 || ^7.0"
"neos/fusion": "^4.2 || ^5.0 || ^7.0 || ^8.0"
},
"authors": [
{
"name": "Jon Uhlmann",
"email": "[email protected]",
"homepage": "https://jonnitto.ch",
"email": "[email protected]",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
Expand All @@ -31,7 +36,6 @@
}
},
"extra": {
"marketplace-account": "[email protected]",
"installer-name": "Carbon.Notification",
"neos": {
"package-key": "Carbon.Notification"
Expand Down

0 comments on commit b24b229

Please sign in to comment.