Do not install pocketmine/locale-data 2.8.9 (it's incorrectly versioned)

the changes made in 2.8.9 should have been released as a new minor version, not a patch.
This commit is contained in:
Dylan K. Taylor
2022-09-02 18:43:39 +01:00
parent 85678aa356
commit 1ee02d7e02
2 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@
"pocketmine/classloader": "^0.2.0",
"pocketmine/color": "^0.2.0",
"pocketmine/errorhandler": "^0.6.0",
"pocketmine/locale-data": "~2.8.0",
"pocketmine/locale-data": "~2.8.0 <2.8.9",
"pocketmine/log": "^0.4.0",
"pocketmine/log-pthreads": "^0.4.0",
"pocketmine/math": "^0.4.0",