From e738dad729e3ade5d7033cb5cd15bceb50a5e4d3 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Thu, 22 Oct 2015 17:49:22 +0200 Subject: [PATCH] [ticket/14250] Review/bump dependencies PHPBB3-14250 --- build/build.xml | 64 ++++++++++++++++++++------------------------- phpBB/composer.json | 27 ++++++++----------- 2 files changed, 40 insertions(+), 51 deletions(-) diff --git a/build/build.xml b/build/build.xml index 3c8d35fb86..79cbdf79e4 100644 --- a/build/build.xml +++ b/build/build.xml @@ -303,9 +303,25 @@ + + + + + + + + + + + + + + + + @@ -391,12 +407,19 @@ + + + + + + + - - - - - + + + + + @@ -404,38 +427,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/phpBB/composer.json b/phpBB/composer.json index 8db3cb1348..fb51fd3141 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -27,8 +27,8 @@ "require": { "php": ">=5.4,<7.1", "bantu/ini-get-wrapper": "1.0.*", - "google/recaptcha": "~1.1", - "lusitanian/oauth": "0.2.*", + "google/recaptcha": "~1.1", + "lusitanian/oauth": "~0.3", "marc1706/fast-image-size": "1.1.*", "patchwork/utf8": "1.1.*", "s9e/text-formatter": "dev-release/php5.3", @@ -38,26 +38,21 @@ "symfony/event-dispatcher": "2.8.*", "symfony/filesystem": "2.8.*", "symfony/finder": "2.8.*", + "symfony/http-foundation": "2.8.*", "symfony/http-kernel": "2.8.*", "symfony/routing": "2.8.*", - "symfony/security-core": "2.8.*", - "symfony/security-csrf": "2.8.*", "symfony/twig-bridge": "2.8.*", "symfony/yaml": "2.8.*", "twig/twig": "1.*" }, "require-dev": { - "fabpot/goutte": "1.0.*", - "phing/phing": "2.4.*", - "phpunit/dbunit": "1.3.*", - "phpunit/phpunit": "4.1.*", - "sami/sami": "1.*", - "squizlabs/php_codesniffer": "2.*", - "symfony/browser-kit": "2.8.*", - "symfony/css-selector": "2.8.*", - "symfony/debug": "2.8.*", - "symfony/dom-crawler": "2.8.*", - "symfony/http-foundation": "2.8.*", - "symfony/process": "2.8.*" + "fabpot/goutte": "1.0.*@dev", + "phing/phing": "2.4.*@dev", + "phpunit/dbunit": "1.3.*@dev", + "phpunit/phpunit": "4.1.*@dev", + "sami/sami": "1.*@dev", + "squizlabs/php_codesniffer": "2.*@dev", + "symfony/browser-kit": "2.8.*@dev", + "symfony/dom-crawler": "2.8.*@dev" } }