Skip to content

Commit 27f4c5d

Browse files
Added composer.json
1 parent 276b14e commit 27f4c5d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "async-interop/event-loop",
3+
"description": "An event loop interface",
4+
"keywords": ["event", "loop", "async", "interop"],
5+
"license": "MIT",
6+
"require": {
7+
"php": ">=5.3.0"
8+
},
9+
"autoload": {
10+
"psr-4": {
11+
"Interop\\Async\\EventLoop\\": "src/"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)