1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 11:28:33 +01:00
php-phpbb/phpBB/composer.json

14 lines
313 B
JSON
Raw Normal View History

{
2012-07-21 15:36:25 +02:00
"minimum-stability": "beta",
"require": {
"symfony/config": "2.0.*",
"symfony/dependency-injection": "2.0.*",
2012-07-21 15:36:25 +02:00
"symfony/event-dispatcher": "2.1.*",
"symfony/event-dispatcher": "2.0.*",
"symfony/yaml": "2.0.*"
2012-07-21 15:36:25 +02:00
},
"require-dev": {
"fabpot/goutte": "1.0.x-dev"
}
}