forked from isotope/migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 896 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
{
"name": "isotope/migration",
"description": "Migration tool to update Isotope v1.4 to v2.x",
"type": "project",
"homepage": "https://isotopeecommerce.org",
"license": "LGPL-3.0+",
"autoload": {
"psr-4": {
"Isotope\\Migration\\Controller\\": "controllers/",
"Isotope\\Migration\\Provider\\": "providers/",
"Isotope\\Migration\\Service\\": "services/",
"Isotope\\Migration\\Test\\": "tests/src"
}
},
"require": {
"silex/silex": "~1.2",
"twig/twig": ">=1.8,<2.0-dev",
"symfony/translation": "~2.3",
"symfony/config": "~2.3",
"symfony/twig-bridge": "~2.3",
"doctrine/dbal": "2.4.*"
},
"require-dev": {
"phpunit/dbunit": "1.3.*",
"symfony/finder": "~2.4",
"phine/phar": "1.0",
"symfony/browser-kit": "~2.5"
}
}