blob: 380bdc367ce2bf06157eb4f00654c06d7b945b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"minimum-stability": "beta",
"require": {
"symfony/config": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/event-dispatcher": "2.1.*",
"symfony/http-kernel": "2.1.*",
"symfony/yaml": "2.1.*"
},
"require-dev": {
"fabpot/goutte": "1.0.x-dev"
}
}
|