We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944b0e0 commit 00a07aeCopy full SHA for 00a07ae
.gitignore
@@ -4,3 +4,6 @@ build/
4
npm-debug.log
5
package-lock.json
6
vendor/
7
+.idea/
8
+.phpunit.result.cache
9
+yarn-error.log
.npmignore
@@ -1 +1,8 @@
1
build/
2
+config/
3
+src/
+tests/
+vendor/
package.json
@@ -1,6 +1,6 @@
{
"name": "laravel-echo-api-gateway",
- "version": "1.0.0",
+ "version": "0.0.2",
"description": "Use Laravel Echo with API Gateway Websockets",
"keywords": [
"laravel",
0 commit comments