1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +02:00

[ticket/10981] Added goutte via composer

composer.phar added and autoloaded before tests

PHPBB3-10981
This commit is contained in:
Fyorl
2012-07-16 17:33:05 +01:00
parent 8f5182bf84
commit 797ee16eaf
6 changed files with 76 additions and 2 deletions

6
phpBB/composer.json Normal file
View File

@@ -0,0 +1,6 @@
{
"minimum-stability": "beta",
"require-dev": {
"fabpot/goutte": "1.0.x-dev"
}
}