Skip to content

Latest commit

 

History

History
executable file
·
65 lines (54 loc) · 2.88 KB

File metadata and controls

executable file
·
65 lines (54 loc) · 2.88 KB

Composer Packages Dependencies

Introduction

Aruba Websocket Server is using public PHP packages, managed and installed with Composer.

Dependencies

Version 1.4 was tested with the following version of the packages :

Package operations: 20 installs, 0 updates, 0 removals
  - Installing protobuf-php/protobuf (v0.1.3): Loading from cache
  - Installing symfony/polyfill-php80 (v1.24.0): Loading from cache
  - Installing symfony/deprecation-contracts (v2.5.0): Loading from cache
  - Installing symfony/routing (v5.4.3): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.24.0): Loading from cache
  - Installing symfony/http-foundation (v5.4.5): Loading from cache
  - Installing ralouphie/getallheaders (3.0.3): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing psr/http-factory (1.0.1): Loading from cache
  - Installing guzzlehttp/psr7 (2.1.0): Loading from cache
  - Installing react/event-loop (v1.2.0): Loading from cache
  - Installing evenement/evenement (v3.0.1): Loading from cache
  - Installing react/stream (v1.2.0): Loading from cache
  - Installing react/promise (v2.9.0): Loading from cache
  - Installing react/promise-timer (v1.8.0): Loading from cache
  - Installing react/cache (v1.1.1): Loading from cache
  - Installing react/dns (v1.9.0): Loading from cache
  - Installing react/socket (v1.11.0): Loading from cache
  - Installing ratchet/rfc6455 (v0.3.1): Loading from cache
  - Installing cboden/ratchet (v0.4.4): Loading from cache

Version 1.3 was tested with the following version of the packages :

Package operations: 20 installs, 0 updates, 0 removals
  - Installing protobuf-php/protobuf (v0.1.3): Loading from cache
  - Installing symfony/polyfill-php80 (v1.24.0): Loading from cache
  - Installing symfony/deprecation-contracts (v2.5.0): Loading from cache
  - Installing symfony/routing (v5.4.0): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.24.0): Loading from cache
  - Installing symfony/http-foundation (v5.4.2): Loading from cache
  - Installing ralouphie/getallheaders (3.0.3): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing psr/http-factory (1.0.1): Loading from cache
  - Installing guzzlehttp/psr7 (2.1.0): Loading from cache
  - Installing react/event-loop (v1.2.0): Loading from cache
  - Installing evenement/evenement (v3.0.1): Loading from cache
  - Installing react/stream (v1.2.0): Loading from cache
  - Installing react/promise (v2.8.0): Loading from cache
  - Installing react/promise-timer (v1.8.0): Loading from cache
  - Installing react/cache (v1.1.1): Loading from cache
  - Installing react/dns (v1.9.0): Loading from cache
  - Installing react/socket (v1.10.0): Loading from cache
  - Installing ratchet/rfc6455 (v0.3.1): Loading from cache
  - Installing cboden/ratchet (v0.4.4): Loading from cache

Back to Readme