Skip to content

Commit abf57b9

Browse files
committed
use caret operator where possible
1 parent bdc0e69 commit abf57b9

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,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.2",
14+
"php": "^7.2",
1515
"ext-tokenizer": "*",
1616
"squizlabs/php_codesniffer": "~3.5.5",
17-
"slevomat/coding-standard": "~6.0"
17+
"slevomat/coding-standard": "^6.0"
1818
},
1919
"require-dev": {
2020
"phing/phing": "2.17.2",

0 commit comments

Comments
 (0)