Skip to content

Commit

Permalink
FEATURE: Relax version constraint for Neos 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandschuetz authored Dec 23, 2022
1 parent b44480d commit 48abecd
Showing 1 changed file with 1 addition and 1 deletion.
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": "Instagram images list for Neos CMS",
"license": "MIT",
"require": {
"neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || dev-master"
"neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || ~8.0 || dev-master"
},
"authors": [
{
Expand Down

0 comments on commit 48abecd

Please sign in to comment.