Skip to content

Commit

Permalink
TASK: Support Neos 4.0 in dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored Apr 27, 2018
1 parent 615bf6e commit 069499a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "neos-package",
"license": ["GPL-3.0-or-later"],
"require": {
"neos/neos": "^3.0||dev-master",
"neos/fusion": "^3.0||dev-master"
"neos/neos": "^3.0 || ^4.0.0 || dev-master",
"neos/fusion": "^3.0 || ^4.0.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand All @@ -17,4 +17,4 @@
"package-key": "PackageFactory.AtomicFusion.Mapping"
}
}
}
}

0 comments on commit 069499a

Please sign in to comment.