mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"minimum-stability": "beta",
|
|
"require": {
|
|
"symfony/config": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/yaml": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/goutte": "1.0.x-dev"
|
|
}
|
|
}
|