-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (29 loc) · 782 Bytes
/
composer.json
File metadata and controls
33 lines (29 loc) · 782 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
32
33
{
"name" : "philip1337/php-extjs-loader",
"type": "library",
"description": "Sencha - ExtJS 4.0.x - 6.2.x Architect project loader",
"keywords": ["extjs", "sencha architect", "extjs architect mvc-support", "extjs mvc"],
"license": "GPL v3",
"authors": [
{
"name": "Philip",
"email": "[email protected]",
"homepage": "http://sphinx.li",
"role": "Lead Developer"
}
],
"require": {
"php": ">=7.1.0",
"matthiasmullie/minify" : "*"
},
"autoload": {
"psr-4": {
"ExtJSLoader\\" : "src",
"ExtJSLoader\\Exception\\" : "src/exception",
"ExtJSLoader\\Facade\\" : "src/facade",
"ExtJSLoader\\Parser\\" : "src/parser",
"ExtJSLoader\\Model\\" : "src/model"
}
},
"minimum-stability": "dev"
}