From 14959b6ea5be3478fe232287f266a1b9a3dcb2b2 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Fri, 13 Jul 2012 19:46:49 -0400 Subject: [PATCH] PHP min req bump PHP <= 5.3.4 now required to coincide with Symfony's updated requirement --- .travis.yml | 2 +- composer.json | 2 +- composer.lock | 16 +++++++++++----- .../bin/fuzzingserver-libevent.php} | 0 .../bin/fuzzingserver-stream.php} | 0 .../fuzzingclient-all.json} | 0 6 files changed, 13 insertions(+), 7 deletions(-) rename tests/{ab-wstest-libevent.php => AutobahnTestSuite/bin/fuzzingserver-libevent.php} (100%) rename tests/{ab-wstest-stream.php => AutobahnTestSuite/bin/fuzzingserver-stream.php} (100%) rename tests/{ab-wstest-fuzzyconf.json => AutobahnTestSuite/fuzzingclient-all.json} (100%) diff --git a/.travis.yml b/.travis.yml index 92c37c6..4a8d1b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php php: - - 5.3.3 + - 5.3.4 - 5.3 - 5.4 diff --git a/composer.json b/composer.json index a6a5221..e01bf79 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } } , "require": { - "php": ">=5.3.3" + "php": ">=5.3.4" , "react/socket": "0.1.*" , "guzzle/guzzle": "2.5.*" , "symfony/http-foundation": "2.1.*" diff --git a/composer.lock b/composer.lock index 2a4e473..ce31156 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "6d331b3b6c00e17206dc072901df055e", + "hash": "c336c90dea505c6e69f35b0190556c1b", "packages": [ { "package": "evenement/evenement", @@ -26,8 +26,14 @@ { "package": "symfony/event-dispatcher", "version": "dev-master", - "source-reference": "0dc437f2eca7dea19facfde6db7f7f5e8e71d0bc", - "commit-date": "1341838460" + "alias-pretty-version": "2.1.x-dev", + "alias-version": "2.1.9999999.9999999-dev" + }, + { + "package": "symfony/event-dispatcher", + "version": "dev-master", + "source-reference": "b99b49760016467099f010aff7a5098861d49e09", + "commit-date": "1342207366" }, { "package": "symfony/http-foundation", @@ -38,8 +44,8 @@ { "package": "symfony/http-foundation", "version": "dev-master", - "source-reference": "3399f6f068cd41f1b42140699db1f1e6d3bcb361", - "commit-date": "1342107786" + "source-reference": "498c2da9c3fecefc7e3b0add73621f3feb337ddd", + "commit-date": "1342207366" } ], "packages-dev": null, diff --git a/tests/ab-wstest-libevent.php b/tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php similarity index 100% rename from tests/ab-wstest-libevent.php rename to tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php diff --git a/tests/ab-wstest-stream.php b/tests/AutobahnTestSuite/bin/fuzzingserver-stream.php similarity index 100% rename from tests/ab-wstest-stream.php rename to tests/AutobahnTestSuite/bin/fuzzingserver-stream.php diff --git a/tests/ab-wstest-fuzzyconf.json b/tests/AutobahnTestSuite/fuzzingclient-all.json similarity index 100% rename from tests/ab-wstest-fuzzyconf.json rename to tests/AutobahnTestSuite/fuzzingclient-all.json