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.
2 parents dbdfb26 + 59a2938 commit 3135589Copy full SHA for 3135589
composer.json
@@ -16,7 +16,7 @@
16
"php": ">=7.2",
17
"guzzlehttp/psr7": "^2.1.0",
18
"pubnub/pubnub": "^4.7.0|^6.0",
19
- "symfony/event-dispatcher": "^2|^3|^4|^5|^6",
+ "symfony/event-dispatcher": "^2|^3|^4|^5|^6|^7",
20
"guzzlehttp/guzzle": "^6.3.3|^7.4.1",
21
"ratchet/pawl": "^0.4.1"
22
},
@@ -42,7 +42,9 @@
42
"entry-point": "./vendor/autoload.php",
43
"skip-shebang": true,
44
"include": [],
45
- "excluded": ["vendor/bin"],
+ "excluded": [
46
+ "vendor/bin"
47
+ ],
48
"include-dev": false
49
}
50
@@ -67,4 +69,4 @@
67
69
"email": "byrne.reese@ringcentral.com"
68
70
71
]
-}
72
+}
0 commit comments