-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (39 loc) · 1005 Bytes
/
composer.json
File metadata and controls
40 lines (39 loc) · 1005 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/interadmin-orm",
"description": "JP7 InterAdmin ORM",
"keywords": [],
"license": "proprietary",
"repositories" : [
{
"type": "composer",
"url": "https://satis.jp7.io"
}
],
"require": {
"jdorn/sql-formatter": "~1.2"
},
"require-dev": {
"jp7io/classes": "dev-main",
"illuminate/support": "~5.2",
"illuminate/database": "~5.2",
"illuminate/cache": "~5.2",
"illuminate/config": "~5.2",
"symfony/var-dumper": "~3.0",
"codeception/codeception": "^2.2",
"codeclimate/php-test-reporter": "^0.3.2",
"vlucas/phpdotenv": "^2.4"
},
"autoload": {
"psr-4": {
"Jp7\\Interadmin\\": "Jp7/Interadmin/"
}
},
"scripts": {
},
"config": {
"preferred-install": "dist",
"component-dir": "vendor/components-installed"
},
"minimum-stability": "stable",
"prefer-stable": true
}