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 9044a5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
echo Building...
chmod +x pharbuilder
./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/upload-artifact@v3.1.0
Expand Down
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,33 @@
"license": "proprietary",
"type": "project",
"require": {
"php": "^8.0"
"php": "^8.0",
"nethergamesmc/libasynql": "dev-pm5",
"sof3/await-generator": "^3.6"
},
"require-dev": {
"phpstan/phpstan": "1.2.0",
"nethergamesmc/ngessentials": "dev-pm5"
},
"repositories": [
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/InvMenu.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/Lobby.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/NGEssentials.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libAnticheat.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libDiscord.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libLogDNA.git"},
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libMMO.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libMatchmake.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libPhysX.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libReplay.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libSocial.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libVanilla.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libasynCurl.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libasyncio.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libasynql.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libforms.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libminigames.git"},
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libminigames.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libnetsys.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libproxy.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libMatchmake.git" },
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libSocial.git" }
{ "type": "vcs", "url": "git@github.com:NetherGamesMC/libproxy.git" }
],
"minimum-stability": "dev"
}
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ parameters:
scanDirectories:
- 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 9044a5f

Please sign in to comment.