Skip to content

Commit 795fe20

Browse files
committed
fix notation
1 parent 3b2c367 commit 795fe20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require" : {
19-
"php" : ">= 7.2",
19+
"php" : ">=7.2",
2020
"ext-mbstring" : "*"
2121
},
2222
"require-dev" : {
@@ -36,4 +36,4 @@
3636
"php_src" : "phpcs --standard=phpcs.xml -s -p --colors ./lib/",
3737
"php_test" : "phpcs --standard=phpcs.xml -s -p --colors ./tests/"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)