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: I8f6ea354466fdea71b1739cf26249cb4ad6d7a7c
This commit is contained in:
Kunal Mehta 2018-02-16 13:43:44 -08:00
parent f9d7a47243
commit 131da40cbe

View file

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