Skip to content

Commit caa9239

Browse files
committed
use caret operator where possible
1 parent be5e0c1 commit caa9239

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
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.2",
15-
"phing/phing": "~2.16"
14+
"php": "^7.2",
15+
"phing/phing": "^2.16"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "3.10.1",

0 commit comments

Comments
 (0)