-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.13 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
{
"name": "sil-project/product-bundle",
"type": "symfony-bundle",
"description": "Manage sellable products",
"require": {
"php": "^7.1",
"symfony/symfony": "^3.4",
"sil-project/product": "self.version",
"blast-project/code": "self.version",
"blast-project/resource": "self.version",
"blast-project/resource-bundle": "self.version",
"knplabs/knp-paginator-bundle": "^2.7"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4",
"phpunit/phpunit": "^6.4"
},
"license": ["LGPL-3.0-only"],
"keywords": [
"sil",
"product"
],
"homepage": "https://github.com/sil-project/ProductBundle",
"authors": [
{
"name": "Vivien FRASCA",
"email": "[email protected]"
},
{
"name": "Libre Informatique",
"homepage": "http://www.libre-informatique.fr/"
}
],
"autoload": {
"psr-4": {
"Sil\\Bundle\\ProductBundle\\": "."
}
},
"version": "dev-wip-platform",
"config": {
"bin-dir": "bin"
}
}