File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 restore-keys : " php-${{ matrix.php }}-composer-"
3737
3838 - name : Install PHPStan Composer dependencies
39- working-directory : ./phpstan
4039 run : composer install --prefer-dist --no-interaction
4140
4241 - name : Run PHPStan
43- working-directory : ./phpstan
44- run : vendor/bin/phpstan analyze
42+ run : composer run-script analyse
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ projects:
1414 version : 3.1.0
1515 - src : Muqsit/SimplePacketHandler/SimplePacketHandler
1616 version : 0.1.3
17+ lint :
18+ phpstan : false
1719...
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "hebbinkpro/pmmp-webserver" : " 0.4.0 " ,
12+ "hebbinkpro/pmmp-webserver" : " ^ 0.4.1 " ,
1313 "muqsit/simple-packet-handler" : " dev-pm5"
1414 },
1515 "require-dev" : {
16- "pocketmine/pocketmine-mp" : " ^5.13.0" ,
1716 "php" : " ^8.1" ,
17+ "pocketmine/pocketmine-mp" : " ^5.13.0" ,
18+ "himbeer/libskin" : " ^2.0.1" ,
19+ "paroxity/commando" : " ^3.1.0" ,
1820 "phpstan/phpstan" : " ^1.10.3" ,
1921 "phpstan/phpstan-strict-rules" : " ^1.5.0" ,
20- "phpstan/extension-installer" : " ^1.2.0" ,
21- "pocketmine/bedrock-data" : " ^2.9.0+bedrock-1.20.70" ,
22- "himbeer/libskin" : " ^2.0.1" ,
23- "paroxity/commando" : " ^3.1.0"
22+ "phpstan/extension-installer" : " ^1.2.0"
2423 },
2524 "autoload" : {
2625 "psr-4" : {
5150 "reference" : " master"
5251 }
5352 }
53+ },
54+ "webserver" : {
55+ "type" : " path" ,
56+ "url" : " ../../virions/WebServer" ,
57+ "canonical" : false
5458 }
5559 },
5660 "config" : {
Original file line number Diff line number Diff line change 11name : PocketMap
22main : Hebbinkpro\PocketMap\PocketMap
3- version : 0.5.2
3+ version : 0.6.0
44api : [ 5.13.0 ]
55load : STARTUP
66author : Hebbinkpro
You can’t perform that action at this time.
0 commit comments