Skip to content

Commit 4be834c

Browse files
committed
Merge pull request #10 from lorenzo/patch-1
Make this plugin depend on the Cake ORM
2 parents 7f5bc7a + dd51066 commit 4be834c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"name": "cakemanager/cakephp-settings",
33
"description": "Settings plugin for CakePHP",
44
"type": "cakephp-plugin",
5+
"keywords": ["cakephp", "orm", "settings", "configure"],
56
"require": {
67
"php": ">=5.4",
78
"cakephp/plugin-installer": "*",
8-
"cakephp/cakephp": "~3.0",
9+
"cakephp/orm": "3.*",
910
"cakemanager/cakephp-utils": "dev-master"
1011
},
1112
"require-dev": {
13+
"cakephp/orm": "~3.0",
1214
"phpunit/phpunit": " 4.6.*@dev"
1315
},
1416
"extra": {

0 commit comments

Comments
 (0)