forked from Sylake/AkeneoProducerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.14 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
{
"name": "sylake/akeneo-producer-bundle",
"description": "",
"type": "akeneo-connector",
"license": "MIT",
"authors": [
{
"name": "Kamil Kokot",
"email": "[email protected]",
"homepage": "http://kamil.kokot.me"
}
],
"require": {
"akeneo/pim-community-dev": "^1.7",
"symfony/symfony": "^2.7",
"php-amqplib/rabbitmq-bundle": "^1.12",
"ocramius/proxy-manager": "^1.0",
"symfony/proxy-manager-bridge": "^2.7"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
"phpspec/phpspec": "^3.2",
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": { "Sylake\\AkeneoProducerBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": {
"spec\\Sylake\\AkeneoProducerBundle\\": "spec/",
"Tests\\Sylake\\AkeneoProducerBundle\\": "tests/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git"
}
]
}