8000 Merge branch '3.4' into 4.2 · symfony/symfony@37118bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 37118bd

Browse files
Merge branch '3.4' into 4.2
* 3.4: Bump phpunit-bridge
2 parents dd68ae3 + 85ac1a6 commit 37118bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"ocramius/proxy-manager": "^2.1",
102102
"predis/predis": "~1.1",
103103
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
104-
"symfony/phpunit-bridge": "~3.4|~4.0",
104+
"symfony/phpunit-bridge": "~3.4|~4.0|~5.0",
105105
"symfony/security-acl": "~2.8|~3.0",
106106
"phpdocumentor/reflection-docblock": "^3.0|^4.0"
107107
},

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/32c5fa570117630dad45c21528b93d26bad02bc1
4+
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/ded5bdfc4267e9e7c6e7f39c6bde66d23fc7b32f
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";

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
// Please update when phpunit needs to be reinstalled with fresh deps:
14-
// Cache-Id-Version: 2018-11-20 15:30 UTC
14+
// Cache-Id-Version: 2019-06-26 11:00 UTC
1515

1616
error_reporting(-1);
1717

0 commit comments

Comments
 (0)
0