-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (37 loc) · 813 Bytes
/
composer.json
File metadata and controls
40 lines (37 loc) · 813 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
34
35
36
37
38
39
40
{
"name": "jp7io/classes-deprecated",
"description": "JP7 Classes Deprecated",
"keywords": [],
"license": "proprietary",
"repositories" : [
{
"type": "composer",
"url": "https://satis.jp7.io"
}
],
"require": {
},
"require-dev": {
},
"suggest": {
"zendframework/zendframework1": "1.12.0 (Deprecated) For legacy ZF1 applications",
"adodb/adodb-php": "~5.0 (Deprecated) For legacy ORM v2 without Laravel",
"werkint/jsmin": "~1.0.0 (Deprecated) JS Minification library"
},
"autoload": {
"classmap": [
"legacy"
],
"psr-0": {
"Jp7_": ""
}
},
"scripts": {
},
"config": {
"preferred-install": "dist",
"component-dir": "vendor/components-installed"
},
"minimum-stability": "stable",
"prefer-stable": true
}