-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
39 lines (39 loc) · 1.06 KB
/
composer.json
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
{
"name": "dotblue/nextras-migrations-command",
"description": "Easy setup for nextras/migrations with kdyby/console",
"type": "library",
"keywords": [
"nextras",
"migrations",
"sql",
"console",
"nette"
],
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Vojtěch Dobeš",
"homepage": "http://github.com/vojtech-dobes"
},
{
"name": "dotBlue",
"homepage": "http://dotblue.net"
}
],
"support": {
"issues": "https://github.com/dotblue/nextras-migrations-command/issues",
"source": "https://github.com/dotblue/nextras-migrations-command"
},
"require": {
"php": ">=5.4",
"nextras/migrations": ">=2.1.0,<2.4.0",
"symfony/console": "~2.4"
},
"suggest": {
"kdyby/console": "Command will be automatically registered into the app",
"kdyby/events": "Command will trigger events on success and fail"
},
"autoload": {
"classmap": ["src/"]
}
}