Skip to content

Commit

Permalink
PHPStan: lock in at 5.0.0 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 1, 2023
1 parent 9fa1ce9 commit 7f9eb35
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "pocketmine/phpstan-plugin-config",
"require": {
"phpstan/phpstan": "^1.10.0",
"netresearch/jsonmapper": "dev-array-in-string-property-error as 4.2.0",
"pocketmine/pocketmine-mp": "dev-major-next",
"pocketmine/pocketmine-mp": "5.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0",
"phpstan/extension-installer": "^1.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"DevTools\\": "../src"
Expand All @@ -17,11 +15,5 @@
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dktapps/JsonMapper.git"
}
]
}
}

0 comments on commit 7f9eb35

Please sign in to comment.