1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14250] Review/bump dependencies

PHPBB3-14250
This commit is contained in:
Oliver Schramm
2015-10-22 17:49:22 +02:00
parent dfa88441de
commit e738dad729
2 changed files with 40 additions and 51 deletions

View File

@@ -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"
}
}