-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.25 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
{
"name": "neam/dna-project-base-data-set-management",
"description": "DNA Project Base Data Set Management",
"keywords": ["dna-project-base", "db", "versioning", "data-set", "management"],
"homepage": "https://github.com/neam/dna-project-base-data-set-management",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Fredrik Wollsén",
"email": "[email protected]",
"homepage": "http://www.neam.se"
}
],
"bin": [
"console/yii-dna-pre-release-testing-console",
"shell-scripts/fetch-user-generated-data.sh",
"shell-scripts/new-data-profile.sh",
"shell-scripts/post-release-user-generated-schema-to-clean-db-schema-routine.sh",
"shell-scripts/reset-db.sh",
"shell-scripts/reset-user-generated-files.sh",
"shell-scripts/update-current-schema-dumps.sh",
"shell-scripts/upload-user-data-backup.sh",
"shell-scripts/yiic-migrate.sh"
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii": "~1.1.17",
"sumwai/yii-fixture-helper": "dev-master@dev",
"motin/yii-consoletools": "dev-awaiting-prs@dev",
"neam/php-app-config": "dev-develop"
},
"require-dev": {
}
}