-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.03 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
{
"name": "flightcom/tuningfork",
"license": "MIT",
"keywords": [
"instrumentheque"
],
"homepage": "http://tuningfork.fr/",
"require": {
"php": "~7.0.1",
"ext-intl": "*",
"doctrine/common": "2.5.*",
"doctrine/orm": "2.5.*",
"doctrine/annotations": "1.3.*",
"symfony/console": "2.5.*",
"zendframework/zendframework": "2.3.*",
"swiftmailer/swiftmailer": "^5.4",
"doctrine/migrations": "^1.4",
"doctrine/dbal": "^2.5",
"doctrine/doctrine-module": "1.*",
"cocur/slugify": "^2.5",
"firebase/php-jwt": "^4.0"
},
"autoload": {
"psr-0": {
"AppTrait": "application/classes/AppTrait",
"Entity": "application/classes/Entity",
"Library": "application/libraries",
"Proxies": "application/classes/Proxies",
"Repository": "application/classes/Repository"
}
},
"require-dev": {
"phpunit/phpunit": "^6.1"
},
"version": "1.0.0"
}