Skip to content

Commit

Permalink
PM5 stable release build
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 2, 2023
1 parent b732120 commit 279a7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
pm-version-major: 4
pm-version-major: 5

- name: Restore Composer package cache
id: composer-cache
Expand Down
11 changes: 2 additions & 9 deletions phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "pocketmine/phpstan-plugin-config",
"require": {
"phpstan/phpstan": "^1.10.0",
"pocketmine/pocketmine-mp": "dev-major-next",
"netresearch/jsonmapper": "dev-array-in-string-property-error as 4.2.0",
"pocketmine/pocketmine-mp": "5.0.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpstan/extension-installer": "^1.0",
"ext-sockets": "*",
Expand All @@ -18,11 +17,5 @@
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dktapps/JsonMapper.git"
}
]
}
}

0 comments on commit 279a7f8

Please sign in to comment.