Skip to content

Commit 90ddf4e

Browse files
committed
Merge pull request #351 from lorenzo/patch-1
Make this plugin depend on the Cake ORM
2 parents 8ec2c04 + 1229311 commit 90ddf4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "josegonzalez/cakephp-upload",
33
"description": "CakePHP plugin to handle file uploading sans ridiculous automagic",
44
"type": "cakephp-plugin",
5-
"keywords": ["cakephp", "upload", "files", "behavior"],
5+
"keywords": ["cakephp", "upload", "files", "behavior", "orm"],
66
"homepage": "https://github.com/josegonzalez/cakephp-upload",
77
"license": "MIT",
88
"authors": [
@@ -12,11 +12,12 @@
1212
}
1313
],
1414
"require": {
15-
"cakephp/cakephp": "~3.0",
15+
"cakephp/orm": "3.*",
1616
"php": ">=5.5",
1717
"league/flysystem": "*"
1818
},
1919
"require-dev": {
20+
"cakephp/cakephp": "~3.0",
2021
"phpunit/phpunit": "4.1.*",
2122
"league/flysystem-vfs": "*",
2223
"cakephp/cakephp-codesniffer": "dev-master",

0 commit comments

Comments
 (0)