Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Commit c6bf13b

Browse files
authored
copy deps from n98-magerun upstream
1 parent 3e69e27 commit c6bf13b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

composer.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@
99
"homepage": "http://netz98.github.com/imi-conrun/",
1010
"keywords": ["contao", "installer", "cli", "conrun"],
1111
"require": {
12-
"php": ">=5.3.3",
13-
"symfony/console": "^2.5.2",
14-
"symfony/event-dispatcher": "^2.5.2",
15-
"symfony/finder": "^2.5.2",
16-
"symfony/yaml": "^2.5.2",
17-
"symfony/process": "^2.5.2",
18-
"symfony/validator": "^2.5.2",
19-
"n98/junit-xml": "^1.0.0",
20-
"fzaninotto/faker": "^1.4.0",
21-
"composer/composer": "1.0.*@dev",
22-
"twig/twig": "^1.*"
12+
"composer/composer": "^1.3.0",
13+
"fzaninotto/faker": "~1.4",
14+
"n98/junit-xml": "~1.0",
15+
"php": ">=5.3.9",
16+
"psy/psysh": "~0.4",
17+
"symfony/console": "~2.3",
18+
"symfony/event-dispatcher": "~2.3",
19+
"symfony/finder": "~2.3",
20+
"symfony/process": "~2.3",
21+
"symfony/validator": "~2.3",
22+
"symfony/yaml": "~2.3",
23+
"twig/twig": "~1.0"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "4.1.*",

0 commit comments

Comments
 (0)