This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
forked from win-stub/PestObserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·68 lines (68 loc) · 2.38 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "cortext/vespa",
"description": "A datamining tool in Plant's Diseases and BioAgressors reports",
"keywords": ["vespa", "plant", "bioagressor", "disease", "datamining"],
"homepage": "http://vespa.cortext.net",
"authors": [
{
"name": "Nicolas Turenne",
"email": "[email protected]"
},
{
"name": "Guillaume Orsal",
"email": "[email protected]",
"homepage": "https://www.orsal.fr"
},
{
"name": "Philippe Breucker",
"email": "[email protected]",
"homepage": "http://www.breucker.org"
}
],
"require": {
"doctrine/annotations": "~1.2.4",
"doctrine/cache": "~1.4.1",
"doctrine/collections": "~1.3.0",
"doctrine/common": "~2.5.0",
"doctrine/dbal": "~2.5.1",
"doctrine/inflector": "~1.0.1",
"doctrine/instantiator": "~1.0.4",
"doctrine/lexer": "~1.0.1",
"jasongrimes/paginator": "~1.0.1",
"jasongrimes/silex-simpleuser": "~2.0.1",
"monolog/monolog": "~1.13.1",
"phpdocumentor/reflection-docblock": "~2.0.4",
"phpspec/prophecy": "~1.4.1",
"pimple/pimple": "~1.1.1",
"psr/log": "~1.0.0",
"sebastian/comparator": "~1.1.1",
"sebastian/diff": "~1.3.0",
"sebastian/environment": "~1.2.2",
"sebastian/exporter": "~1.2.0",
"sebastian/global-state": "~1.0.0",
"sebastian/recursion-context": "~1.0.0",
"sebastian/version": "~1.0.5",
"silex/silex": "~1.2.4",
"swiftmailer/swiftmailer": "~5.4.0",
"symfony/debug": "~2.6.6",
"symfony/event-dispatcher": "~2.6.6",
"symfony/http-foundation": "~2.6.6",
"symfony/http-kernel": "~2.6.6",
"symfony/routing": "~2.6.6",
"symfony/security": "~2.6.6",
"symfony/stopwatch": "~2.6.6",
"symfony/twig-bridge": "~2.6.6",
"symfony/yaml": "~2.6.6",
"twig/twig": "~1.18.1",
"wazaari/monolog-mysql": "~1.0.2"
},
"require-dev": {
"phpunit/php-code-coverage": "~2.0.16",
"phpunit/php-file-iterator": "~1.4.0",
"phpunit/php-text-template": "~1.2.0",
"phpunit/php-timer": "~1.0.5",
"phpunit/php-token-stream": "~1.4.1",
"phpunit/phpunit": "~4.6.6",
"phpunit/phpunit-mock-objects": "~2.3.1"
}
}