You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome code changes that improve this library or fix a problem, please make sure to follow all best practices and add tests if applicable before submitting a Pull Request on Github. We are very happy to merge your code in the official repository. Make sure to sign our [Contributor License Agreement (CLA)](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) first. See our license file for more details.
497
+
498
+
Getting started:
499
+
500
+
```shell
501
+
$ composer install
502
+
$ ./vendor/bin/phpunit
503
+
```
504
+
494
505
### Copyright and License Information
495
506
496
-
Copyright (c) 2014-2019 Stream.io Inc, and individual contributors. All rights reserved.
507
+
Copyright (c) 2014-2022 Stream.io Inc, and individual contributors. All rights reserved.
497
508
498
509
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
0 commit comments