Skip to content

Commit 18b06c4

Browse files
committed
Removed unused package
1 parent 21538f2 commit 18b06c4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060

6161
"require-dev" : {
6262
"brianium/paratest": "^7.3",
63-
"dg/bypass-finals": "^1.4",
6463
"guzzlehttp/psr7": "^2.6",
6564
"infection/infection": "^0.27",
6665
"orisai/coding-standard": "^3.2",

tools/phpstan-bootstrap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
if (!defined('TEMP_DIR')) {
44
define('TEMP_DIR', 'val');
55
}
6-
7-
DG\BypassFinals::enable();

tools/phpunit-bootstrap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@
66
echo 'Install Tester using `composer update --dev`';
77
exit(1);
88
}
9-
10-
DG\BypassFinals::enable();

0 commit comments

Comments
 (0)