Skip to content

Commit

Permalink
Update to PMMP 5.0 (#8)
Browse files Browse the repository at this point in the history
* update to PMMP 5.0

* Update phpstan image & dependencies

---------

Co-authored-by: Aericio <[email protected]>
  • Loading branch information
DuoIncure and Aericio authored Jun 20, 2023
1 parent e56e534 commit f0ef2ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
run: mkdir vendor
- name: Download Plugin Dependencies
run: |
wget -O vendor/BedrockEconomy.phar https://poggit.pmmp.io/r/167907/BedrockEconomy.phar
wget -O vendor/BedrockEconomy.phar https://poggit.pmmp.io/r/211584/BedrockEconomy.phar
wget -O vendor/EconomyAPI.phar https://poggit.pmmp.io/r/153507/EconomyAPI.phar
- name: Run PHPStan
uses: paroxity/pmmp-phpstan-action@4.3.4
uses: paroxity/pmmp-phpstan-action@5.1.2
with:
phpstan-config: phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

namespace DaPigGuy\libPiggyEconomy\providers;

use cooldogedev\BedrockEconomy\api\legacy\ClosureContext;
use cooldogedev\BedrockEconomy\BedrockEconomy;
use cooldogedev\BedrockEconomy\api\BedrockEconomyAPI;
use cooldogedev\BedrockEconomy\api\version\LegacyBEAPI;
use cooldogedev\BedrockEconomy\currency\CurrencyManager;
use cooldogedev\BedrockEconomy\libs\cooldogedev\libSQL\context\ClosureContext;
use pocketmine\player\Player;
use pocketmine\Server;

Expand Down
4 changes: 2 additions & 2 deletions virion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: libPiggyEconomy
version: 3.0.1
version: 3.0.2
antigen: DaPigGuy\libPiggyEconomy
api: 4.0.0
api: 5.0.0
author: DaPigGuy

0 comments on commit f0ef2ec

Please sign in to comment.