-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
40 lines (40 loc) · 1.15 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
40
{
"name": "traes",
"description": "Sistema Nominal de Alumnos para el nivel Inicial",
"type": "library",
"keywords": ["framework"],
"homepage": "https://github.com/MinEduTDF/traes-inicial",
"license": "MIT",
"authors": [
{
"name": "Ministerio de Educación de TDF",
"homepage": "https://github.com/MinEduTDF"
}
],
"support": {
"issues": "https://github.com/MinEduTDF/traes-inicial/issues",
"forum": "http://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/cakephp"
},
"require": {
"cakephp/cakephp": "^2.9.5",
"cakedc/migrations":"^2.5",
"roave/security-advisories": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/debug_kit": "2.2.*",
"cakephp/cakephp-codesniffer": "2.*.*"
},
"bin": [
"lib/Cake/Console/cake"
],
"config": {
"vendor-dir": "Vendor/"
},
"scripts": {
"fixcs": "Vendor/bin/phpcbf --standard=CakePHP ./*/*.php",
"pull": "git pull origin master"
}
}