Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Adapters
------------

* ChildProcessAdapter - Adapter using child processes to perform IO actions (default adapter if no extensions are installed)
* EioAdapter - Adapter using `ext-eio`

Examples
--------
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react/filesystem",
"description": "Asynchronous filesystem abstraction.",
"keywords": ["filesystem", "asynchronous", "eio"],
"keywords": ["filesystem", "asynchronous"],
"license": "MIT",
"authors": [
{
Expand All @@ -22,9 +22,6 @@
"clue/block-react": "^1.1",
"phpunit/phpunit": "^6.0 || ^5.0 || ^4.8"
},
"suggest": {
"ext-eio": "^1.2"
},
"autoload": {
"psr-4": {
"React\\Filesystem\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="React Test Suite">
Expand Down
Loading