-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
42 lines (42 loc) · 1.16 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
{
"name": "akeneo/transporteo",
"description": "Migrate your PIM to the latest version!",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com"
}
],
"autoload": {
"psr-4": {
"Akeneo\\PimMigration\\": "src/",
"integration\\Akeneo\\PimMigration\\": "tests/integration",
"resources\\Akeneo\\PimMigration\\": "tests/resources",
"spec\\Akeneo\\PimMigration\\": "tests/spec"
}
},
"require": {
"php": ">=7.1.0",
"cypresslab/gitelephant": "~1.0",
"monolog/monolog": "^1.23",
"php-ds/php-ds": "1.1.1",
"symfony/config": "3.3.4",
"symfony/console": "3.3.4",
"symfony/event-dispatcher": "3.3.4",
"symfony/dependency-injection": "3.3.4",
"symfony/filesystem": "3.3.4",
"symfony/workflow": "3.3.4",
"symfony/translation": "3.3.4",
"symfony/monolog-bridge": "~3.4",
"akeneo/api-php-client": "~1.0",
"php-http/guzzle6-adapter": "~1.1"
},
"require-dev": {
"sebastian/exporter": "^3.1",
"phpspec/phpspec": "3.4.*",
"phpunit/phpunit": "6.2.*",
"friendsofphp/php-cs-fixer": "2.3.2"
},
"minimum-stability": "stable"
}