Skip to content

Commit c3dbbc0

Browse files
committed
get rid of virions
1 parent f53145e commit c3dbbc0

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Unpack PHP Release
2222
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
23-
- name: Checkout PharBuilder
24-
uses: actions/checkout@v3
25-
with:
26-
repository: NetherGamesMC/PharBuilder
27-
token: ${{ secrets.ng_token }}
28-
path: PharBuilder
29-
ref: pm5
3023
- name: Download Composer
3124
run: curl -o composer.phar "https://getcomposer.org/composer-stable.phar"
3225
- name: Add Composer GitHub access token

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
"ext-pmmpthread": "^6.0.1"
1111
},
1212
"require-dev": {
13-
"phpstan/phpstan": "1.10.21"
13+
"phpstan/phpstan": "1.10.21",
14+
"nethergamesmc/pocketmine-mp": "dev-stable"
1415
},
16+
"repositories": [
17+
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/PocketMine-MP.git" }
18+
],
1519
"autoload": {
1620
"psr-4": {
1721
"libproxy\\": "/"

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ parameters:
33
checkMissingIterableValueType: false
44
paths:
55
- .
6-
bootstrapFiles:
7-
- phar://PharBuilder/PocketMine-MP.phar/vendor/autoload.php
8-
scanDirectories:
9-
- phar://PharBuilder/PocketMine-MP.phar
106
excludePaths:
117
analyse:
128
- bin
13-
- PharBuilder
149
- vendor

0 commit comments

Comments
 (0)