Skip to content

Commit

Permalink
[Build] remove virions
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Jan 17, 2024
1 parent 05b3ab5 commit be3c8e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
./pharbuilder -i . -o PharBuilder/NGPlots.phar
echo Injecting Virions...
./bin/php7/bin/php -dphar.readonly=0 PharBuilder/libasynql.phar PharBuilder/NGPlots.phar
./bin/php7/bin/php -dphar.readonly=0 PharBuilder/await-generator.phar PharBuilder/NGPlots.phar
echo Build completed!
- name: Upload
uses: actions/[email protected]
Expand Down
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,32 @@
"license": "proprietary",
"type": "project",
"require": {
"php": "^8.0"
"php": "^8.0",
"sof3/await-generator": "^3.6"
},
"require-dev": {
"phpstan/phpstan": "1.2.0",
"nethergamesmc/ngessentials": "dev-pm5"
},
"repositories": [
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/InvMenu.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/Lobby.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/NGEssentials.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libAnticheat.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libDiscord.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libLogDNA.git"},
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libMMO.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libMatchmake.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libPhysX.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libReplay.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libSocial.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libVanilla.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libasynCurl.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libasyncio.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libasynql.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libforms.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libminigames.git"},
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libminigames.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libnetsys.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libproxy.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libMatchmake.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libSocial.git" }
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libproxy.git" }
],
"minimum-stability": "dev"
}
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
- vendor/nethergamesmc/ngessentials
- phar://PharBuilder/PocketMine-MP.phar
- phar://PharBuilder/libasynql.phar
- phar://PharBuilder/await-generator.phar
excludePaths:
analyse:
- src/MyPlot/provider

0 comments on commit be3c8e9

Please sign in to comment.