Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 36db79e

Browse files
author
David Yell
committed
Updated some of the development dependancies
1 parent 23711e1 commit 36db79e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"source": "https://github.com/davidyell/CakePHP3-Proffer"
1818
},
1919
"require": {
20-
"php": ">=5.6",
20+
"php": ">=5.6.0",
2121
"cakephp/orm": "3.*",
2222
"intervention/image": "^2.3"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^5.5",
26-
"cakephp/cakephp": "^3.4.0",
27-
"cakephp/cakephp-codesniffer": "^2.0"
25+
"phpunit/phpunit": "^5|^6",
26+
"cakephp/cakephp": "~3.4",
27+
"cakephp/cakephp-codesniffer": "~3.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)