Skip to content

Commit 373d705

Browse files
authored
Merge pull request #79 from WyriHaximus-secret-labs/drop-eio
Drop ext-eio
2 parents 02d8953 + 7a739e8 commit 373d705

15 files changed

+2
-1427
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Adapters
2929
------------
3030

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

3433
Examples
3534
--------

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react/filesystem",
33
"description": "Asynchronous filesystem abstraction.",
4-
"keywords": ["filesystem", "asynchronous", "eio"],
4+
"keywords": ["filesystem", "asynchronous"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -22,9 +22,6 @@
2222
"clue/block-react": "^1.1",
2323
"phpunit/phpunit": "^6.0 || ^5.0 || ^4.8"
2424
},
25-
"suggest": {
26-
"ext-eio": "^1.2"
27-
},
2825
"autoload": {
2926
"psr-4": {
3027
"React\\Filesystem\\": "src/"

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="React Test Suite">

0 commit comments

Comments
 (0)