Skip to content

Commit f3773e2

Browse files
authored
Merge pull request #89 from bancer/patch-1
Change cakephp dependency to cakephp/orm only
2 parents e25d033 + 96f227f commit f3773e2

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
@@ -39,9 +39,10 @@
3939
"irc": "irc://irc.freenode.org/muffin"
4040
},
4141
"require": {
42-
"cakephp/cakephp": "^3.6"
42+
"cakephp/orm": "^3.6"
4343
},
4444
"require-dev": {
45+
"cakephp/cakephp": "^3.6",
4546
"cakephp/cakephp-codesniffer": "^3.0",
4647
"phpunit/phpunit": "^5.7.14|^6.0"
4748
},

0 commit comments

Comments
 (0)