We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7ed72 commit 37a30a1Copy full SHA for 37a30a1
composer.json
@@ -23,7 +23,7 @@
23
"theseer/fdomdocument": ">=1.6.1",
24
"theseer/directoryscanner" : ">=1.3.0",
25
"theseer/fxsl" : ">=1.1",
26
- "phpunit/php-timer" : ">=1.0.4",
+ "phpunit/php-timer" : ">=1.0.6",
27
"nikic/php-parser" : "=1.3.0"
28
},
29
"autoload": {
src/vendor.php
@@ -7,7 +7,6 @@ function($class) use ($vendor) {
7
static $classes = null;
8
if ($classes === null) {
9
$classes = array(
10
- 'php_timer' => '/phpunit/php-timer/PHP/Timer.php',
11
'phpparser\\autoloader' => '/nikic/php-parser/lib/PhpParser/Autoloader.php',
12
'phpparser\\builder' => '/nikic/php-parser/lib/PhpParser/Builder.php',
13
'phpparser\\builder\\class_' => '/nikic/php-parser/lib/PhpParser/Builder/Class_.php',
0 commit comments