diff --git a/.gitignore b/.gitignore index 7c97585f..2866cd9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .subsplit vendor +/composer.lock diff --git a/composer.json b/composer.json index 686523b8..1a409b27 100644 --- a/composer.json +++ b/composer.json @@ -9,19 +9,19 @@ }, "require": { "php": ">=5.4.0", - "react/cache": "0.4.*", - "react/child-process": "0.4.*", - "react/dns": "0.4.*", - "react/event-loop": "0.4.*", - "react/http-client": "0.4.*", - "react/http": "0.4.*", - "react/promise": "~2.1", - "react/socket-client": "^0.5.3", - "react/socket": "0.4.*", - "react/stream": "0.4.*" + "react/cache": "^0.4", + "react/child-process": "^0.5", + "react/dns": "^0.4", + "react/event-loop": "^0.4", + "react/http": "^0.8.1", + "react/http-client": "^0.5", + "react/promise": "^2.1", + "react/promise-stream": "^1.1.1", + "react/socket": "^0.8.8", + "react/stream": "^0.7" }, "require-dev": { - "phpunit/phpunit": "~4.0", + "phpunit/phpunit": "^4.8.35", "clue/block-react": "^1.1", "clue/stream-filter": "^1.3" }, diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6105242b..fd51842f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -10,7 +10,7 @@ $base = dirname($b) . '/'; foreach ($config['autoload-dev']['psr-4'] as $namespace => $paths) { foreach ((array)$paths as $path) { - $autoload->addPsr4($namespace, $base . trim($path, '\\/')); + $autoload->addPsr4($namespace, $base . $path); } } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy