mirror of
https://github.com/danog/file.git
synced 2024-11-26 11:54:54 +01:00
Require amphp/parallel, use stable libs
This commit is contained in:
parent
212e2a5450
commit
770157c94e
@ -29,18 +29,14 @@
|
||||
],
|
||||
"require": {
|
||||
"amphp/amp": "^2",
|
||||
"amphp/byte-stream": "^1"
|
||||
"amphp/byte-stream": "^1",
|
||||
"amphp/parallel": "^0.1"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require-dev": {
|
||||
"amphp/phpunit-util": "^1",
|
||||
"amphp/parallel": "^1",
|
||||
"phpunit/phpunit": "^6",
|
||||
"friendsofphp/php-cs-fixer": "^2.3"
|
||||
},
|
||||
"suggest": {
|
||||
"amphp/parallel": "Provides async file access without the eio or uv extension."
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Amp\\File\\": "lib"
|
||||
@ -51,11 +47,5 @@
|
||||
"psr-4": {
|
||||
"Amp\\File\\Test\\": "test"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.1.0-dev",
|
||||
"dev-amp_v2": "0.2.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user