We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6b72c commit e1c31b8Copy full SHA for e1c31b8
3 files changed
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
php-version: ${{ matrix.php }}
26
install-path: "./bin"
27
+ pm-version-major: 5
28
29
- name: Restore Composer package cache
30
id: composer-cache
phpstan/composer.json
@@ -2,7 +2,7 @@
2
"name": "pocketmine/phpstan-plugin-config",
3
"require": {
4
"phpstan/phpstan": "^1.10.0",
5
- "pocketmine/pocketmine-mp": "4.21.0",
+ "pocketmine/pocketmine-mp": "5.0.0",
6
"phpstan/phpstan-strict-rules": "^1.0",
7
"phpstan/extension-installer": "^1.0"
8
},
plugin.yml
@@ -2,8 +2,8 @@
name: ExamplePlugin
main: ExamplePlugin\MainClass
src-namespace-prefix: ExamplePlugin
-version: 1.3.0
-api: 4.21.0
+version: 1.4.0
+api: 5.0.0
load: POSTWORLD
9
author: PocketMine Team
0 commit comments