-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
45 lines (45 loc) · 1.19 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
{
"name": "synolia/oroneo",
"description": "OroCommerce Akeneo connector",
"homepage": "https://github.com/synolia/oroneo",
"license": "OSL-3.0",
"version": "1.0.0",
"authors": [{
"name": "Synolia",
"homepage": "http://www.synolia.com"
}],
"autoload": {
"psr-4": {
"Synolia\\Bundle\\OroneoBundle\\": ""
}
},
"require": {
"oro/commerce": "1.1.*",
"gaufrette/ftp-adapter": "0.4.*",
"gaufrette/phpseclib-sftp-adapter": "0.4.*",
"ext-zip": "*"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.11",
"escapestudios/symfony2-coding-standard": "~2.0",
"symfony/phpunit-bridge": "~3.0",
"phpunit/phpunit": "4.8.*",
"johnkary/phpunit-speedtrap": "1.0.*",
"mybuilder/phpunit-accelerator": "1.1.*",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "@stable"
},
"repositories": [
{
"type": "composer",
"url": "https://packagist.orocrm.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.*"
}
}
}