-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 757 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 757 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
{
"name": "sm-alfariz/phpconsole-table-database",
"description": "Php Console Table with Symfony Console and get data from mysql database",
"type": "project",
"keywords": ["console", "php", "psysh", "phpconsole-table-database","sympony"],
"license": "MIT",
"authors": [
{
"name": "sm-alfariz",
"email": "samman.alfariz@gmail.com"
}
],
"require": {
"php" : ">=5.5.0",
"symfony/console": "~2.6",
"illuminate/database": "^5.3",
"symfony/yaml": "~2",
"sm-alfariz/indonesian-date-format": "1.*",
"psy/psysh": "@stable"
},
"autoload": {
"psr-4": {
"Cli\\": "App/Cli/src",
"ModelsDB\\": "App/Models"
}
},
"require-dev": {
"symfony/var-dumper": "~2"
}
}