mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Composer: lock in PHP at ^7.3 || ^8.0, don't leave it unbounded
This commit is contained in:
parent
78a62a8b27
commit
606d56b55d
@ -5,10 +5,10 @@
|
|||||||
"homepage": "https://pmmp.io",
|
"homepage": "https://pmmp.io",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.3.0",
|
"php": "^7.3 || ^8.0",
|
||||||
"php-64bit": "*",
|
"php-64bit": "*",
|
||||||
"ext-curl": "*",
|
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
|
"ext-curl": "*",
|
||||||
"ext-date": "*",
|
"ext-date": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
@ -23,18 +23,18 @@
|
|||||||
"ext-yaml": ">=2.0.0",
|
"ext-yaml": ">=2.0.0",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"ext-zlib": ">=1.2.11",
|
"ext-zlib": ">=1.2.11",
|
||||||
"pocketmine/raklib": "^0.12.7",
|
"composer-runtime-api": "^2.0",
|
||||||
"pocketmine/spl": "^0.4.0",
|
"adhocore/json-comment": "^0.1.0",
|
||||||
"pocketmine/binaryutils": "^0.1.9",
|
"pocketmine/binaryutils": "^0.1.9",
|
||||||
"pocketmine/nbt": "^0.2.10",
|
"pocketmine/callback-validator": "^1.0.2",
|
||||||
"pocketmine/math": "^0.2.0",
|
|
||||||
"pocketmine/snooze": "^0.1.0",
|
|
||||||
"pocketmine/classloader": "^0.1.0",
|
"pocketmine/classloader": "^0.1.0",
|
||||||
"pocketmine/log": "^0.2.0",
|
"pocketmine/log": "^0.2.0",
|
||||||
"pocketmine/log-pthreads": "^0.1.0",
|
"pocketmine/log-pthreads": "^0.1.0",
|
||||||
"pocketmine/callback-validator": "^1.0.2",
|
"pocketmine/math": "^0.2.0",
|
||||||
"adhocore/json-comment": "^0.1.0",
|
"pocketmine/nbt": "^0.2.10",
|
||||||
"composer-runtime-api": "^2.0"
|
"pocketmine/raklib": "^0.12.7",
|
||||||
|
"pocketmine/snooze": "^0.1.0",
|
||||||
|
"pocketmine/spl": "^0.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/phpstan": "0.12.71",
|
"phpstan/phpstan": "0.12.71",
|
||||||
|
6
composer.lock
generated
6
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"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": "e6d407c8e77d6a9305bbeff8c8e2c560",
|
"content-hash": "b0c6368d36038c48544f355ccecb3890",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/json-comment",
|
"name": "adhocore/json-comment",
|
||||||
@ -2740,10 +2740,10 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=7.3.0",
|
"php": "^7.3 || ^8.0",
|
||||||
"php-64bit": "*",
|
"php-64bit": "*",
|
||||||
"ext-curl": "*",
|
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
|
"ext-curl": "*",
|
||||||
"ext-date": "*",
|
"ext-date": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user