-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 891 Bytes
/
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
{
"name": "cosmolab/chemdb",
"description": "Web application for running a cosmogenic nuclide lab.",
"type": "project",
"homepage": "https://github.com/zploskey/chemdb",
"license": "MIT",
"support": {
"source": "https://github.com/zploskey/chemdb",
"issues": "https://github.com/zploskey/chemdb/issues"
},
"require": {
"php": ">=5.3.7",
"codeigniter/framework": "^3.1",
"lexpress/doctrine1": "^1.3.4",
"components/jquery": "^3.2",
"components/jqueryui": "^1.12",
"components/normalize.css": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.2",
"phpunit/phpunit": "4.* || 5.*",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
"psr-0": {
"sfYaml": "vendor/lexpress/doctrine1/lib/Doctrine/Parser/sfYaml"
}
}
}