10000 minor #25058 Bump phpunit-bridge requirement to 3.4|4.0 (nicolas-grekas) · symfony/symfony@57a9e5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 57a9e5e

minor #25058 Bump phpunit-bridge requirement to 3.4|4.0 (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- Bump phpunit-bridge requirement to 3.4|4.0 | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - The bridge 4.0 is already used because of the way simple-phpunit works. This just make it more explicit and will be required when #25056 will be merged. Commits ------- 1c1a540 Bump phpunit-bridge requirement to 3.4|4.0
2 parents abe3c96 + 1c1a540 commit 57a9e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"monolog/monolog": "~1.11",
8181
"ircmaxell/password-compat": "~1.0",
8282
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
83-
"symfony/phpunit-bridge": "~3.2",
83+
"symfony/phpunit-bridge": "~3.4|~4.0",
8484
"egulias/email-validator": "~1.2,>=1.2.1",
8585
"sensio/framework-extra-bundle": "^3.0.2"
8686
},

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/29fa7b8196870591f35e1554dd69def482e01fb2
4+
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/6d344ad9be7566f875488aa14d905449716c06cf
55

66
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
77
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";

0 commit comments

Comments
 (0)
0