-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 800 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mvccore/example-forms-upload",
"type": "project",
"description": "MvcCore Example - Forms - Upload.",
"keywords": [],
"license": ["BSD-3-Clause"],
"authors": [{
"name": "Tom Flidr",
"homepage": "https://github.com/tomFlidr"
}],
"require": {
"php": ">=5.4.0",
"mvccore/mvccore": "^5.3",
"mvccore/ext-form": "^5.3",
"mvccore/ext-form-field-file": "^5.3",
"mvccore/ext-form-field-button": "^5.3",
"mvccore/ext-view-helper-assets": "^5.3",
"mvccore/ext-debug-tracy-mvccore": "^5.3",
"mvccore/ext-debug-tracy-routing": "^5.3",
"mvccore/ext-debug-tracy-session": "^5.3",
"mvccore/ext-tool-csp": "^5.3",
"mvccore/ext-tool-mimetype-extension": "^5.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"App\\": "App/"
}
}
}