forked from lechimp-p/dicto.php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 958 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
30
31
32
{
"name": "lechimp-p/dicto.php",
"version": "0.1.0",
"description": "An implementation of the dicto-tool (scg.unibe.ch/dicto) in and for PHP.",
"keywords": [],
"type": "script",
"license": "MIT",
"homepage": "https://github.com/lechimp-p/dicto.php",
"authors": [
{
"name": "Richard Klees",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/lechimp-p/dicto.php/internal/issues",
"source": "https://github.com/lechimp-p/dicto.php"
},
"autoload": {
"psr-4" : { "Lechimp\\Dicto\\" : "src" }
},
"require": {
"nikic/php-parser" : "2.1.*",
"pimple/pimple" : "3.0.*",
"doctrine/dbal" : "2.5.*",
"lechimp-p/flightcontrol" : "0.12.0",
"symfony/config" : "3.2.*",
"symfony/console" : "3.2.*",
"symfony/yaml" : "3.2.*",
"psr/log" : "1.0.0"
}
}