Skip to content

Commit e1c31b8

Browse files
committed
PM5
1 parent bb6b72c commit e1c31b8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php }}
2626
install-path: "./bin"
27+
pm-version-major: 5
2728

2829
- name: Restore Composer package cache
2930
id: composer-cache

phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pocketmine/phpstan-plugin-config",
33
"require": {
44
"phpstan/phpstan": "^1.10.0",
5-
"pocketmine/pocketmine-mp": "4.21.0",
5+
"pocketmine/pocketmine-mp": "5.0.0",
66
"phpstan/phpstan-strict-rules": "^1.0",
77
"phpstan/extension-installer": "^1.0"
88
},

plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: ExamplePlugin
33
main: ExamplePlugin\MainClass
44
src-namespace-prefix: ExamplePlugin
5-
version: 1.3.0
6-
api: 4.21.0
5+
version: 1.4.0
6+
api: 5.0.0
77

88
load: POSTWORLD
99
author: PocketMine Team

0 commit comments

Comments
 (0)