[ticket/690] Update text shortener and other dependencies

B3P-690
This commit is contained in:
Marc Alexander
2021-08-27 21:25:46 +02:00
parent ea527c580c
commit 5b62c517e5
2 changed files with 1477 additions and 153 deletions

View File

@@ -2,8 +2,8 @@
"name": "board3/portal", "name": "board3/portal",
"type": "phpbb-extension", "type": "phpbb-extension",
"description": "Adds a portal with several blocks to your forum. You can change the settings, move the blocks, add new blocks and more in the ACP.", "description": "Adds a portal with several blocks to your forum. You can change the settings, move the blocks, add new blocks and more in the ACP.",
"homepage": "http://www.board3.de", "homepage": "https://www.board3.de",
"version": "2.1.0", "version": "2.3.0",
"time": "2015-08-04 12:49:14", "time": "2015-08-04 12:49:14",
"license": "GPL-2.0", "license": "GPL-2.0",
"authors": [{ "authors": [{
@@ -11,7 +11,7 @@
"email": "admin@m-a-styles.de", "email": "admin@m-a-styles.de",
"homepage": "http://www.m-a-styles.de", "homepage": "http://www.m-a-styles.de",
"role": "Lead Developer" "role": "Lead Developer"
}, },
{ {
"name": "Joas Schilling", "name": "Joas Schilling",
"email": "nickvergessen@gmx.de", "email": "nickvergessen@gmx.de",
@@ -19,8 +19,8 @@
"role": "Developer" "role": "Developer"
}], }],
"require": { "require": {
"php": ">=5.3.9", "php": ">=7.1.3",
"marc1706/phpbb-text-shortener": "^0.1.0" "marc1706/phpbb-text-shortener": "^0.2.0"
}, },
"require-dev": { "require-dev": {
"phpbb/epv": "dev-master" "phpbb/epv": "dev-master"
@@ -28,7 +28,7 @@
"extra": { "extra": {
"display-name": "Board3 Portal", "display-name": "Board3 Portal",
"soft-require": { "soft-require": {
"phpbb/phpbb": ">=3.1.5,<3.2.*@dev" "phpbb/phpbb": ">=3.3.0,<3.4.*@dev"
}, },
"version-check": { "version-check": {
"host": "board3.de", "host": "board3.de",

1618
composer.lock generated

File diff suppressed because it is too large Load Diff