Skip to content

Commit cec0727

Browse files
committed
test
1 parent 341aaf1 commit cec0727

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2825
-3
lines changed

Diff for: composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"cakephp/cakephp": "3.3.*",
1010
"mobiledetect/mobiledetectlib": "2.*",
1111
"cakephp/migrations": "~1.0",
12-
"cakephp/plugin-installer": "*"
12+
"cakephp/plugin-installer": "*",
13+
"josegonzalez/cakephp-upload": "^3.6",
14+
"davidyell/proffer": "~0.6"
1315
},
1416
"require-dev": {
1517
"psy/psysh": "@stable",

Diff for: composer.lock

+314-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: config/bootstrap.php

+3
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,6 @@
223223
}
224224

225225
Plugin::load('Migrations');
226+
227+
Plugin::load('Josegonzalez/Upload');
228+
Plugin::load('Proffer');

Diff for: config/routes.php

+1
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@
8080
* how to customize the loading of plugin routes.
8181
*/
8282
Plugin::routes();
83+
Router::extensions(['json']);

0 commit comments

Comments
 (0)