Skip to content

Commit be24b2d

Browse files
committed
allow wider range of components versions
1 parent 15dcb7c commit be24b2d

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
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"robloach/component-installer": "*",
19-
"components/jquery": "^1.8",
20-
"components/jqueryui": "~1.11.1"
19+
"components/jquery": ">=1.8 <4.0",
20+
"components/jqueryui": ">1.11"
2121
},
2222
"extra": {
2323
"component": {

0 commit comments

Comments
 (0)