mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Switch to phar releases for phpspec
This commit is contained in:
parent
75988cd9be
commit
7789b4e03e
@ -435,7 +435,7 @@ describe('Tools tests', () => {
|
|||||||
'add_tool https://github.com/phpDocumentor/phpDocumentor/releases/latest/download/phpDocumentor.phar phpDocumentor "--version"',
|
'add_tool https://github.com/phpDocumentor/phpDocumentor/releases/latest/download/phpDocumentor.phar phpDocumentor "--version"',
|
||||||
'add_devtools phpize',
|
'add_devtools phpize',
|
||||||
'add_tool https://github.com/phpmd/phpmd/releases/latest/download/phpmd.phar phpmd "--version"',
|
'add_tool https://github.com/phpmd/phpmd/releases/latest/download/phpmd.phar phpmd "--version"',
|
||||||
'add_composertool phpspec phpspec phpspec/',
|
'add_tool https://github.com/phpspec/phpspec/releases/latest/download/phpspec.phar phpspec "-V"',
|
||||||
'add_composertool phpunit-bridge phpunit-bridge:5.6.* symfony/',
|
'add_composertool phpunit-bridge phpunit-bridge:5.6.* symfony/',
|
||||||
'add_composertool phpunit-polyfills phpunit-polyfills:1.0.1 yoast/',
|
'add_composertool phpunit-polyfills phpunit-polyfills:1.0.1 yoast/',
|
||||||
'add_protoc 1.2.3',
|
'add_protoc 1.2.3',
|
||||||
|
@ -81,6 +81,14 @@
|
|||||||
"version_prefix": "",
|
"version_prefix": "",
|
||||||
"version_parameter": "--version"
|
"version_parameter": "--version"
|
||||||
},
|
},
|
||||||
|
"phpspec": {
|
||||||
|
"type": "phar",
|
||||||
|
"repository": "phpspec/phpspec",
|
||||||
|
"extension": ".phar",
|
||||||
|
"domain": "https://github.com",
|
||||||
|
"version_prefix": "",
|
||||||
|
"version_parameter": "-V"
|
||||||
|
},
|
||||||
"phpstan": {
|
"phpstan": {
|
||||||
"type": "phar",
|
"type": "phar",
|
||||||
"repository": "phpstan/phpstan",
|
"repository": "phpstan/phpstan",
|
||||||
@ -130,10 +138,6 @@
|
|||||||
"type": "composer",
|
"type": "composer",
|
||||||
"repository": "overtrue/phplint"
|
"repository": "overtrue/phplint"
|
||||||
},
|
},
|
||||||
"phpspec": {
|
|
||||||
"type": "composer",
|
|
||||||
"repository": "phpspec/phpspec"
|
|
||||||
},
|
|
||||||
"phpunit-bridge": {
|
"phpunit-bridge": {
|
||||||
"alias": "simple-phpunit",
|
"alias": "simple-phpunit",
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
|
Loading…
Reference in New Issue
Block a user