mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Conflicts: phpBB/composer.json phpBB/composer.lock phpBB/develop/create_schema_files.php phpBB/includes/ucp/ucp_register.php PHPBB3-11673
20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"minimum-stability": "beta",
|
|
"require": {
|
|
"lusitanian/oauth": "0.2.*",
|
|
"symfony/config": "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": "v0.1.0",
|
|
"phpunit/dbunit": "1.2.*",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"phing/phing": "2.4.*"
|
|
}
|
|
}
|