Skip to content

Commit 7672ef7

Browse files
committed
Use tilde versions for composer packages
1 parent 2890dcd commit 7672ef7

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
@@ -20,9 +20,9 @@
2020
"cakephp/cakephp": "~3.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit" : "4.*",
23+
"phpunit/phpunit" : "~4.0",
2424
"scrutinizer/ocular": "~1.1",
25-
"squizlabs/php_codesniffer": "2.3.*"
25+
"squizlabs/php_codesniffer": "~2.3.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)