Skip to content

Commit

Permalink
get rid of virions
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 27, 2024
1 parent 08ae740 commit fc57fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack PHP Release
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
- name: Checkout PharBuilder
uses: actions/checkout@v3
with:
repository: NetherGamesMC/PharBuilder
token: ${{ secrets.ng_token }}
path: PharBuilder
ref: pm5
- name: Install libFFI
run: sudo apt install libffi7
- name: Download Composer
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"nethergamesmc/quiche": "dev-master"
},
"require-dev": {
"phpstan/phpstan": "1.10.21"
"phpstan/phpstan": "1.10.21",
"nethergamesmc/pocketmine-mp": "dev-stable"
},
"repositories": [
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/PHP-Quiche.git" }
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/PHP-Quiche.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/PocketMine-MP.git" }
],
"autoload": {
"psr-4": {
Expand Down
5 changes: 0 additions & 5 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ parameters:
checkMissingIterableValueType: false
paths:
- .
bootstrapFiles:
- phar://PharBuilder/PocketMine-MP.phar/vendor/autoload.php
scanDirectories:
- phar://PharBuilder/PocketMine-MP.phar
excludePaths:
analyse:
- bin
- PharBuilder
- vendor

0 comments on commit fc57fab

Please sign in to comment.