1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 12:22:58 +02:00

[ticket/11238] Set goutte version to 0.1.0.

PHPBB3-11238
This commit is contained in:
Oleg Pudeyev
2012-12-02 23:44:49 -05:00
parent ae14ac7ba9
commit 6f7e39996c
2 changed files with 433 additions and 32 deletions

View File

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