Skip to content

Commit 91f61ee

Browse files
committed
Initial commit
0 parents  commit 91f61ee

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "async-interop/event-loop-playground",
3+
"description": "An event loop playground.",
4+
"type": "project",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Niklas Keller",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {
13+
"async-interop/event-loop": "dev-static-class-protot as 1.0.0"
14+
},
15+
"repositories": [
16+
{
17+
"type": "vcs",
18+
"url": "https://github.com/AndrewCarterUK/event-loop"
19+
}
20+
]
21+
}

composer.lock

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)