Skip to content

Commit 739bee8

Browse files
authored
Lower version constraint boundaries
Neos 3.* compatibility
1 parent fc26b02 commit 739bee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"name": "onedrop/imagesrcset",
55
"description": "Adds responsive image sizes via the the srcset attribute to the default NodeTypes",
66
"require": {
7-
"neos/neos": "~3.0.0",
8-
"neos/nodetypes": "~3.0.0"
7+
"neos/neos": "~3.0",
8+
"neos/nodetypes": "~3.0"
99
},
1010
"extra": {
1111
"neos": {

0 commit comments

Comments
 (0)