mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
edfc48a71c
PHPBB3-11998
22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"minimum-stability": "beta",
|
|
"require": {
|
|
"lusitanian/oauth": "0.2.*",
|
|
"symfony/config": "2.3.*",
|
|
"symfony/console": "2.3.*",
|
|
"symfony/dependency-injection": "2.3.*",
|
|
"symfony/event-dispatcher": "2.3.*",
|
|
"symfony/http-kernel": "2.3.*",
|
|
"symfony/routing": "2.3.*",
|
|
"symfony/yaml": "2.3.*",
|
|
"twig/twig": "1.13.*"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/goutte": "1.0.*",
|
|
"phpunit/dbunit": "1.2.*",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"phing/phing": "2.4.*",
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
}
|
|
}
|