Skip to content

Commit

Permalink
BUGFIX: Use correct version constraint (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel authored and Sebobo committed Jul 4, 2019
1 parent dd91395 commit 0747d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -27,7 +27,7 @@
"neos/neos": "^3.3 || ^4.0 || dev-master",
"neos/neos-ui": "^2.2 || ^3.2 || dev-master",
"neos/seo": "^2.1 || ^3.0",
"neos/fusion-afx": ">1.1"
"neos/fusion-afx": ">=1.1"
},
"replace": {
"shel/neos-yoast-seo": "self.version"
Expand Down

0 comments on commit 0747d3c

Please sign in to comment.