Skip to content

Commit 11cee84

Browse files
committed
add support for Virion v3.0
1 parent d848bf9 commit 11cee84

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,14 @@
1111
"phpstan/phpstan": "^1.10.0",
1212
"phpstan/phpstan-strict-rules": "^1.5.0",
1313
"phpstan/extension-installer": "^1.3.0"
14+
},
15+
"autoload": {
16+
"classmap": ["src"]
17+
},
18+
"extra": {
19+
"virion": {
20+
"spec": "3.0",
21+
"namespace-root": "ColinHDev\\libAsyncEvent"
22+
}
1423
}
1524
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)