Skip to content

Commit 37a30a1

Browse files
committed
Update for php-timer 1.0.6 - fixes issue #235
1 parent cf7ed72 commit 37a30a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"theseer/fdomdocument": ">=1.6.1",
2424
"theseer/directoryscanner" : ">=1.3.0",
2525
"theseer/fxsl" : ">=1.1",
26-
"phpunit/php-timer" : ">=1.0.4",
26+
"phpunit/php-timer" : ">=1.0.6",
2727
"nikic/php-parser" : "=1.3.0"
2828
},
2929
"autoload": {

src/vendor.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function($class) use ($vendor) {
77
static $classes = null;
88
if ($classes === null) {
99
$classes = array(
10-
'php_timer' => '/phpunit/php-timer/PHP/Timer.php',
1110
'phpparser\\autoloader' => '/nikic/php-parser/lib/PhpParser/Autoloader.php',
1211
'phpparser\\builder' => '/nikic/php-parser/lib/PhpParser/Builder.php',
1312
'phpparser\\builder\\class_' => '/nikic/php-parser/lib/PhpParser/Builder/Class_.php',

0 commit comments

Comments
 (0)