Skip to content

Commit

Permalink
TASK: Allow neos 5 in dependencies (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkokaufmann authored and dimaip committed Dec 4, 2019
1 parent 3a55eb6 commit cdc37c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Tiny extension for listing things",
"license": "MIT",
"require": {
"neos/neos": "^3.3 || ^4.0 || dev-master"
"neos/neos": "^3.3 || ^4.0 || ^5.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -94,4 +94,4 @@
"Neos.Flow-20180415105700"
]
}
}
}

0 comments on commit cdc37c6

Please sign in to comment.