forked from mapasculturais/mapasculturais
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 863 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 863 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
31
{
"autoload": {
"psr-0": {"MapasCulturais": "./application/lib/"}
},
"require": {
"php": ">=5.4.0",
"slim/slim": "2.*",
"symfony/console": "2.*",
"symfony/yaml": "2.*",
"doctrine/orm": "2.*",
"doctrine/dbal": "2.*",
"opauth/openid": "*",
"respect/validation": "*",
"smottt/wideimage": "1.1.1",
"phpunit/phpunit": "4.*",
"creof/doctrine2-spatial": "dev-master",
"mustache/mustache": "v2.5.1",
"phpoffice/phpword": "dev-master",
"michelf/php-markdown": "1.4.1",
"opauth/logincidadao" : "*",
"curl/curl": "1.2.0",
"firebase/php-jwt": "^2.2"
},
"require-dev": {
"psy/psysh": "@stable"
},
"repositories": [{
"type": "git",
"url": "https://github.com/hacklabr/opauth-logincidadao.git"
}]
}