Skip to content

Commit

Permalink
[Maintenance] Remove the Symfony's PHPUnit bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed May 1, 2024
1 parent 88b159b commit 8b2e03a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
23 changes: 0 additions & 23 deletions bin/phpunit

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/flex": "^2.4",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
"symfony/runtime": "^5.4 || ^6.0",
"symfony/translation": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
Expand Down
1 change: 0 additions & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
'phpstan/phpstan' => '^1.10',
'symfony/debug-bundle' => '^5.4 || ^6.0',
'symfony/flex' => '^2.4',
'symfony/phpunit-bridge' => '^5.4 || ^6.0',
'symplify/monorepo-builder' => '11.2.*',
'phpstan/phpstan-symfony' => '^1.3'
],
Expand Down
15 changes: 0 additions & 15 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,6 @@
"src/Kernel.php"
]
},
"symfony/phpunit-bridge": {
"version": "7.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.3",
"ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573"
},
"files": [
".env.test",
"bin/phpunit",
"phpunit.xml.dist",
"tests/bootstrap.php"
]
},
"symfony/routing": {
"version": "5.4",
"recipe": {
Expand Down

0 comments on commit 8b2e03a

Please sign in to comment.