Skip to content

Commit 06fc079

Browse files
committed
Require cakephp/cakephp
1 parent 64bf081 commit 06fc079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php" : ">=5.4.16"
18+
"php": ">=5.4.16",
19+
"cakephp/cakephp": "~3.0"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit" : "4.*",

0 commit comments

Comments
 (0)