Reverted PHP >=5.3.4 req to >=5.3.3
This commit is contained in:
parent
1afd42d987
commit
0ee6ef6008
@ -1,6 +1,7 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3.3
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
|
@ -17,7 +17,7 @@ Shell access is required and a dedicated machine with root access is recommended
|
||||
To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access.
|
||||
Note that you can not run two applications (Apache and Ratchet) on the same port, thus the requirement for a separate machine (for now).
|
||||
|
||||
PHP 5.3.4 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements.
|
||||
PHP 5.3.3 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements.
|
||||
|
||||
Cookies from your domain will be passed to the socket server, allowing you to identify users.
|
||||
Accessing your website's session data in Ratchet requires you to use [Symfony2 Sessions](http://symfony.com/doc/master/components/http_foundation/sessions.html) on your website.
|
||||
|
@ -25,7 +25,7 @@
|
||||
}
|
||||
}
|
||||
, "require": {
|
||||
"php": ">=5.3.4"
|
||||
"php": ">=5.3.3"
|
||||
, "react/socket": "0.1.*"
|
||||
, "guzzle/guzzle": "2.5.*"
|
||||
, "symfony/http-foundation": "2.1.*"
|
||||
|
10
composer.lock
generated
10
composer.lock
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"hash": "c336c90dea505c6e69f35b0190556c1b",
|
||||
"hash": "6d331b3b6c00e17206dc072901df055e",
|
||||
"packages": [
|
||||
{
|
||||
"package": "evenement/evenement",
|
||||
@ -32,8 +32,8 @@
|
||||
{
|
||||
"package": "symfony/event-dispatcher",
|
||||
"version": "dev-master",
|
||||
"source-reference": "b99b49760016467099f010aff7a5098861d49e09",
|
||||
"commit-date": "1342207366"
|
||||
"source-reference": "d2faf34aab1470d7e66f24e42ac245011c951fbb",
|
||||
"commit-date": "1342347231"
|
||||
},
|
||||
{
|
||||
"package": "symfony/http-foundation",
|
||||
@ -44,8 +44,8 @@
|
||||
{
|
||||
"package": "symfony/http-foundation",
|
||||
"version": "dev-master",
|
||||
"source-reference": "498c2da9c3fecefc7e3b0add73621f3feb337ddd",
|
||||
"commit-date": "1342207366"
|
||||
"source-reference": "bc4016b0d8e7ac666d8bea1b5b13ddcdfb109a27",
|
||||
"commit-date": "1342347231"
|
||||
}
|
||||
],
|
||||
"packages-dev": null,
|
||||
|
Loading…
Reference in New Issue
Block a user