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

Commit aea5c51

Browse files
author
mmoreram
committed
Added compatibility from sf >= 2.2.*
1 parent 6dbd368 commit aea5c51

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
],
1515
"require": {
1616
"php": ">=5.4",
17-
"symfony/console": "~2.5",
18-
"symfony/process": "~2.5",
19-
"symfony/finder": "~2.5",
20-
"symfony/filesystem": "~2.5",
21-
"symfony/yaml": "~2.5.0",
22-
"symfony/event-dispatcher": "~2.5",
23-
"symfony/property-access": "~2.5"
17+
"symfony/console": "~2.2",
18+
"symfony/process": "~2.2",
19+
"symfony/finder": "~2.2",
20+
"symfony/filesystem": "~2.2",
21+
"symfony/yaml": "~2.2",
22+
"symfony/event-dispatcher": "~2.2",
23+
"symfony/property-access": "~2.2"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~4.1.4"
@@ -42,4 +42,4 @@
4242
"dev-master": "1.0-dev"
4343
}
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)