diff --git a/.gitignore b/.gitignore index 61ead86..de4a392 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vendor +/composer.lock diff --git a/.travis.yml b/.travis.yml index d7bb8b0..9c5b656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ php: - 5.4 - 5.3 - hhvm -before_script: - - composer install --dev --prefer-source --no-interaction +install: + - composer install --prefer-source --no-interaction script: - phpunit=`which phpunit` - sudo $phpunit --coverage-text diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 4815f7f..0000000 --- a/composer.lock +++ /dev/null @@ -1,418 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "9848fc44feb1d3cc402f44c8fbdc8341", - "packages": [ - { - "name": "clue/socket-raw", - "version": "v1.0.0", - "source": { - "type": "git", - "url": "https://github.com/clue/socket-raw.git", - "reference": "3224fac098e7b49a6de07355e8622a4373dd6a4d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/clue/socket-raw/zipball/3224fac098e7b49a6de07355e8622a4373dd6a4d", - "reference": "3224fac098e7b49a6de07355e8622a4373dd6a4d", - "shasum": "" - }, - "require": { - "ext-sockets": "*", - "php": ">=5.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Socket\\Raw\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@lueck.tv" - } - ], - "description": "Simple and lightweight OOP wrapper for PHP's low level sockets extension (ext-sockets)", - "homepage": "https://github.com/clue/socket-raw", - "keywords": [ - "Socket", - "client", - "datagram", - "dgram", - "icmp", - "ipv6", - "server", - "stream", - "tcp", - "udg", - "udp", - "unix" - ], - "time": "2014-05-10 14:11:21" - }, - { - "name": "evenement/evenement", - "version": "v1.0.0", - "source": { - "type": "git", - "url": "https://github.com/igorw/evenement", - "reference": "v1.0.0" - }, - "dist": { - "type": "zip", - "url": "https://github.com/igorw/evenement/zipball/v1.0.0", - "reference": "v1.0.0", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Evenement": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch", - "homepage": "http://wiedler.ch/igor/" - } - ], - "description": "Événement is a very simple event dispatching library for PHP 5.3", - "keywords": [ - "event-dispatcher" - ], - "time": "2012-05-30 08:01:08" - }, - { - "name": "react/cache", - "version": "v0.3.2", - "target-dir": "React/Cache", - "source": { - "type": "git", - "url": "https://github.com/reactphp/cache.git", - "reference": "v0.3.2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/cache/zipball/v0.3.2", - "reference": "v0.3.2", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "react/promise": ">=1.0,<2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Cache": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Async caching.", - "keywords": [ - "cache" - ], - "time": "2013-04-24 08:33:43" - }, - { - "name": "react/datagram", - "version": "v1.0.0", - "source": { - "type": "git", - "url": "https://github.com/reactphp/datagram.git", - "reference": "a476b743cd4beed93ba7c83abb0288b87f8206b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/datagram/zipball/a476b743cd4beed93ba7c83abb0288b87f8206b6", - "reference": "a476b743cd4beed93ba7c83abb0288b87f8206b6", - "shasum": "" - }, - "require": { - "evenement/evenement": "~1.0|~2.0", - "php": ">=5.3", - "react/dns": ">=0.2, <0.5", - "react/event-loop": ">=0.2, <0.5", - "react/promise": "~1.0|~2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "React\\Datagram\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christian Lück", - "email": "christian@lueck.tv" - } - ], - "description": "UDP datagram socket client and server for reactphp", - "homepage": "https://github.com/reactphp/datagram", - "keywords": [ - "Socket", - "async", - "client", - "datagram", - "dgram", - "react", - "server", - "udp" - ], - "time": "2014-10-23 22:14:56" - }, - { - "name": "react/dns", - "version": "v0.3.2", - "target-dir": "React/Dns", - "source": { - "type": "git", - "url": "https://github.com/reactphp/dns.git", - "reference": "v0.3.2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/v0.3.2", - "reference": "v0.3.2", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "react/cache": "0.3.*", - "react/promise": ">=1.0,<2.0", - "react/socket": "0.3.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Dns": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Async DNS resolver.", - "keywords": [ - "dns", - "dns-resolver" - ], - "time": "2013-04-27 08:57:30" - }, - { - "name": "react/event-loop", - "version": "v0.3.3", - "target-dir": "React/EventLoop", - "source": { - "type": "git", - "url": "https://github.com/reactphp/event-loop.git", - "reference": "49208fa3a15c9eae4adf8351ee9caa4064fe550d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/49208fa3a15c9eae4adf8351ee9caa4064fe550d", - "reference": "49208fa3a15c9eae4adf8351ee9caa4064fe550d", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-libev": "*", - "ext-libevent": ">=0.0.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\EventLoop": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Event loop abstraction layer that libraries can use for evented I/O.", - "keywords": [ - "event-loop" - ], - "time": "2013-07-08 22:38:22" - }, - { - "name": "react/promise", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "v1.0.4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/v1.0.4", - "reference": "v1.0.4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Promise": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jan Sorgalla", - "email": "jsorgalla@googlemail.com", - "homepage": "http://sorgalla.com", - "role": "maintainer" - } - ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "time": "2013-04-03 14:05:55" - }, - { - "name": "react/socket", - "version": "v0.3.2", - "target-dir": "React/Socket", - "source": { - "type": "git", - "url": "https://github.com/reactphp/socket.git", - "reference": "v0.3.2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/v0.3.2", - "reference": "v0.3.2", - "shasum": "" - }, - "require": { - "evenement/evenement": "1.0.*", - "php": ">=5.3.3", - "react/event-loop": "0.3.*", - "react/stream": "0.3.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Socket": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Library for building an evented socket server.", - "keywords": [ - "Socket" - ], - "time": "2013-04-26 20:23:10" - }, - { - "name": "react/stream", - "version": "v0.3.3", - "target-dir": "React/Stream", - "source": { - "type": "git", - "url": "https://github.com/reactphp/stream.git", - "reference": "b72900ab00513b591fb101faecad38f9c8eab8da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/b72900ab00513b591fb101faecad38f9c8eab8da", - "reference": "b72900ab00513b591fb101faecad38f9c8eab8da", - "shasum": "" - }, - "require": { - "evenement/evenement": "1.0.*", - "php": ">=5.3.3" - }, - "suggest": { - "react/event-loop": "0.3.*", - "react/promise": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.3-dev" - } - }, - "autoload": { - "psr-0": { - "React\\Stream": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Basic readable and writable stream interfaces that support piping.", - "keywords": [ - "pipe", - "stream" - ], - "time": "2013-07-09 00:44:12" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "platform": { - "php": ">=5.3" - }, - "platform-dev": [] -}
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: