1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/16271] Add Sami 4.x and update necessary dependencies

PHPBB3-16271
This commit is contained in:
Marc Alexander
2019-12-27 13:54:46 +01:00
parent 3ae799f4de
commit 41f287fbea
3 changed files with 426 additions and 246 deletions

View File

@@ -25,7 +25,7 @@
"phpbb/phpbb-core": "self.version"
},
"require": {
"php": ">=7.1",
"php": "^7.1.3",
"ext-json": "*",
"bantu/ini-get-wrapper": "~1.0",
"google/recaptcha": "~1.1",
@@ -43,6 +43,7 @@
"symfony/finder": "~3.4",
"symfony/http-foundation": "~3.4",
"symfony/http-kernel": "~3.4",
"symfony/process": "^3.4",
"symfony/proxy-manager-bridge": "~3.4",
"symfony/routing": "~3.4",
"symfony/twig-bridge": "~3.4",
@@ -59,7 +60,8 @@
"squizlabs/php_codesniffer": "~3.4",
"symfony/browser-kit": "~3.4",
"symfony/css-selector": "~3.4",
"symfony/dom-crawler": "~3.4"
"symfony/dom-crawler": "~3.4",
"sami/sami": "^4.1"
},
"extra": {
"branch-alias": {
@@ -68,7 +70,7 @@
},
"config": {
"platform": {
"php": "7.1"
"php": "7.1.3"
}
}
}