Skip to content

Commit b0d114e

Browse files
committed
Fixed dependency versioning.
1 parent ac6405c commit b0d114e

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
@@ -13,10 +13,10 @@
1313
}
1414
],
1515
"require": {
16-
"userapp/userapp": "~1.2.1"
16+
"userapp/userapp": "1.*"
1717
},
1818
"autoload": {
1919
"psr-0": {"UserApp\\Widget\\": "lib/"}
2020
},
2121
"minimum-stability": "dev"
22-
}
22+
}

0 commit comments

Comments
 (0)