Skip to content

Commit 89bfdd9

Browse files
committed
More adjustments
1 parent 102ebf6 commit 89bfdd9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.4.16",
19+
"php": ">=5.6.0",
2020
"cakephp/cakephp": "~3.4"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.7|^6.0",
24-
"scrutinizer/ocular": "~1.1",
25-
"squizlabs/php_codesniffer": "~2.3.0"
23+
"phpunit/phpunit": "^5.7|^6.0"
2624
},
2725
"autoload": {
2826
"psr-4": {
@@ -42,5 +40,8 @@
4240
"branch-alias": {
4341
"dev-master": "1.0-dev"
4442
}
43+
},
44+
"conflict": {
45+
"phpunit/phpunit": "<5.7"
4546
}
4647
}

0 commit comments

Comments
 (0)