1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 15:11:40 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11238] Set goutte version to 0.1.0.

Conflicts:
	phpBB/composer.lock
This commit is contained in:
Andreas Fischer
2012-12-03 13:43:45 +01:00

View File

@@ -9,6 +9,6 @@
"symfony/yaml": "2.1.*"
},
"require-dev": {
"fabpot/goutte": "1.0.x-dev"
"fabpot/goutte": "v0.1.0"
}
}