mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
* develop-olympus: [ticket/10981] Added check for PHP version before running composer [ticket/10981] Modified travis to use composer with --dev [ticket/10981] Removed setupBeforeClass [ticket/10981] Modified functional framework to account for goutte changes [ticket/10981] Added goutte via composer Conflicts: .travis.yml composer.phar phpBB/composer.json phpBB/composer.lock tests/bootstrap.php
10 lines
142 B
JSON
10 lines
142 B
JSON
{
|
|
"minimum-stability": "beta",
|
|
"require": {
|
|
"symfony/event-dispatcher": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"fabpot/goutte": "1.0.x-dev"
|
|
}
|
|
}
|