Switch to phar releases for phpspec

This commit is contained in:
Shivam Mathur
2021-12-29 20:17:24 +05:30
parent 75988cd9be
commit 7789b4e03e
2 changed files with 9 additions and 5 deletions

View File

@ -81,6 +81,14 @@
"version_prefix": "",
"version_parameter": "--version"
},
"phpspec": {
"type": "phar",
"repository": "phpspec/phpspec",
"extension": ".phar",
"domain": "https://github.com",
"version_prefix": "",
"version_parameter": "-V"
},
"phpstan": {
"type": "phar",
"repository": "phpstan/phpstan",
@ -130,10 +138,6 @@
"type": "composer",
"repository": "overtrue/phplint"
},
"phpspec": {
"type": "composer",
"repository": "phpspec/phpspec"
},
"phpunit-bridge": {
"alias": "simple-phpunit",
"type": "composer",