Update composer dependencies, supported versions, and version check
This commit is contained in:
@@ -19,20 +19,24 @@
|
|||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}],
|
}],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1.3",
|
"php": ">=7.1.0,<8.2.0",
|
||||||
"marc1706/phpbb-text-shortener": "^0.2.0"
|
"marc1706/phpbb-text-shortener": "^0.3.0"
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"display-name": "Board3 Portal",
|
"display-name": "Board3 Portal",
|
||||||
"soft-require": {
|
"soft-require": {
|
||||||
"phpbb/phpbb": ">=3.3.0,<3.4@dev"
|
"phpbb/phpbb": ">=3.2.6,<3.4@dev"
|
||||||
},
|
},
|
||||||
"version-check": {
|
"version-check": {
|
||||||
"host": "board3.de",
|
"host": "board3.de",
|
||||||
"directory": "/updatecheck",
|
"directory": "/updatecheck",
|
||||||
"filename": "board3_portal.json"
|
"filename": "board3_portal.json",
|
||||||
|
"ssl": "true"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
16
composer.lock
generated
16
composer.lock
generated
@@ -4,20 +4,20 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "4363e3a815df23abd882e44e2278fe8f",
|
"content-hash": "d77f6f3d8d4a1ef8b426abdb1ac09644",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "marc1706/phpbb-text-shortener",
|
"name": "marc1706/phpbb-text-shortener",
|
||||||
"version": "v0.2.0",
|
"version": "v0.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/marc1706/phpbb-text-shortener.git",
|
"url": "https://github.com/marc1706/phpbb-text-shortener.git",
|
||||||
"reference": "59278b19ec86aea03598ea677a929c4b3e1e6ee7"
|
"reference": "9f0e4a7ae1a203cc73697f95a4d3bd3f3ff14d69"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/marc1706/phpbb-text-shortener/zipball/59278b19ec86aea03598ea677a929c4b3e1e6ee7",
|
"url": "https://api.github.com/repos/marc1706/phpbb-text-shortener/zipball/9f0e4a7ae1a203cc73697f95a4d3bd3f3ff14d69",
|
||||||
"reference": "59278b19ec86aea03598ea677a929c4b3e1e6ee7",
|
"reference": "9f0e4a7ae1a203cc73697f95a4d3bd3f3ff14d69",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -60,9 +60,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/marc1706/phpbb-text-shortener/issues",
|
"issues": "https://github.com/marc1706/phpbb-text-shortener/issues",
|
||||||
"source": "https://github.com/marc1706/phpbb-text-shortener/tree/v0.2.0"
|
"source": "https://github.com/marc1706/phpbb-text-shortener/tree/v0.3.0"
|
||||||
},
|
},
|
||||||
"time": "2021-08-27T18:27:38+00:00"
|
"time": "2023-02-07T19:46:11+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=7.1.3"
|
"php": ">=7.1.0,<8.2.0"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "1.1.0"
|
"plugin-api-version": "1.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user