Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4.x-dev |
Since #25056 the symfony/phpunit-bridge
installed in the project and the PHPUnit clone should be the same.
composer init -n
composer config minimum-stability dev
composer require symfony/phpunit-bridge
vendor/bin/simple-phpunit --version
Version installed in the project:
# composer show symfony/phpunit-bridge
name : symfony/phpunit-bridge
descrip. : Symfony PHPUnit Bridge
keywords :
versions : * dev-master, 4.0.x-dev
type : symfony-bridge
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source : [git] https://github.com/symfony/phpunit-bridge.git 5724cffafdeb649203bacddb4d80d9e5ae4b1257
dist : [zip] https://api.github.com/repos/symfony/phpunit-bridge/zipball/5724cffafdeb649203bacddb4d80d9e5ae4b1257 5724cffafdeb649203bacddb4d80d9e5ae4b1257
names : symfony/phpunit-bridge
autoload
files
psr-4
Symfony\Bridge\PhpUnit\ => .
exclude-from-classmap
requires
php >=5.3.3
suggests
ext-zip Zip support is required when using bin/simple-phpunit
symfony/debug For tracking deprecated interfaces usages at runtime with DebugClassLoader
conflicts
phpunit/phpunit <4.8.35|<5.4.3,>=5.0
Version installed in the PHPUnit clone:
# composer --working-dir=vendor/symfony/.phpunit/phpunit-5.7 show symfony/phpunit-bridge
name : symfony/phpunit-bridge
descrip. : Symfony PHPUnit Bridge
keywords :
versions : * v3.3.13
type : symfony-bridge
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source : [git] https://github.com/symfony/phpunit-bridge.git 0cbc5e0f8af23dadf270371b9627f1f264cf6021
dist : [zip] https://api.github.com/repos/symfony/phpunit-bridge/zipball/0cbc5e0f8af23dadf270371b9627f1f264cf6021 0cbc5e0f8af23dadf270371b9627f1f264cf6021
names : symfony/phpunit-bridge
autoload
files
psr-4
Symfony\Bridge\PhpUnit\ => .
exclude-from-classmap
requires
php >=5.3.3
suggests
ext-zip Zip support is required when using bin/simple-phpunit
symfony/debug For tracking deprecated interfaces usages at runtime with DebugClassLoader
conflicts
phpunit/phpunit <4.8.35|<5.4.3,>=5.0
Metadata
Metadata
Assignees
Labels
No labels