-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1013 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
33
34
35
36
37
38
39
40
{
"name": "sil-project/contact-bundle",
"type": "library",
"description": "Contact Management",
"require": {
"php": "^7.1",
"sil-project/contact": "self.version",
"blast-project/resource": "self.version",
"symfony/symfony": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"symfony/phpunit-bridge": "^3.4"
},
"license": ["LGPL-3.0-only"],
"keywords": [
"Contact",
"contact management"
],
"homepage": "https://github.com/sil-project/contact-bundle",
"authors": [
{
"name": "Romain Sanchez",
"email": "[email protected]"
},
{
"name": "Libre Informatique",
"homepage": "http://www.libre-informatique.fr/"
}
],
"autoload": {
"psr-4": {
"Sil\\Bundle\\ContactBundle\\": "."
}
},
"config": {
"bin-dir": "bin"
},
"version": "dev-wip-platform"
}