Set phan-taint-check-plugin version in composer.json

We cannot set this in the normal "require-dev" because the plugin
depends on exactly PHP 7.0, preventing running tests on any other PHP
version.

Instead, CI will read the version number out of the "extra" field to
figure out what version to install.

Bug: T187497
Change-Id: Iaf8ac7bfde148db48bb0cc83edd2f5e506a9ef06
This commit is contained in:
Kunal Mehta 2018-02-16 13:44:24 -08:00
parent 4b42238690
commit 7e4979ec09

View file

@ -15,5 +15,8 @@
"phpcs -p -s", "phpcs -p -s",
"minus-x check ." "minus-x check ."
] ]
},
"extra": {
"phan-taint-check-plugin": "1.1.0"
} }
} }