mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
Merge pull request #2 from joshdifabio/patch-1
Fix async-interop version constraints
This commit is contained in:
commit
3fa5c3318e
@ -11,14 +11,14 @@
|
||||
"homepage": "http://amphp.org",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"async-interop/event-loop": "0.5"
|
||||
"async-interop/event-loop": "^0.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"async-interop/event-loop-test": "^0.5",
|
||||
"friendsofphp/php-cs-fixer": "~1.9"
|
||||
},
|
||||
"provide": {
|
||||
"async-interop/event-loop-implementation": "^0.5"
|
||||
"async-interop/event-loop-implementation": "0.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Loading…
Reference in New Issue
Block a user