From 8b17c04eb834b6e749e4729eb798f68bf8514788 Mon Sep 17 00:00:00 2001 From: Piotr Wasilewski Date: Sun, 7 Feb 2016 17:09:02 +0100 Subject: [PATCH] Updated required PHP version for symfony/console and Travis CI --- .travis.yml | 4 ++-- composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ac7184..0a2d0c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install --dev php: - - 5.3 + - 5.6 script: phpunit -sudo: false \ No newline at end of file +sudo: false diff --git a/composer.json b/composer.json index db54ab2..023f6a0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require":{ - "php":">=5.3.1", + "php":">=5.5.9", "symfony/console": "~3.0.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 8fd3973..45df6d0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "99a615d4ab6af29d79712f726e63998f", - "content-hash": "d983394140026d1676ba8bac2719e55f", + "hash": "afb7964f8f06759ff577b2f6b3ce561d", + "content-hash": "b53f2b2729c6b868ee8c31b7e7dfbef7", "packages": [ { "name": "symfony/console", @@ -422,16 +422,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.2.5", + "version": "4.2.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c3abe5953d1e60a0bf23012b1bc8c4d07f4832d7" + "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c3abe5953d1e60a0bf23012b1bc8c4d07f4832d7", - "reference": "c3abe5953d1e60a0bf23012b1bc8c4d07f4832d7", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c", + "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c", "shasum": "" }, "require": { @@ -492,7 +492,7 @@ "testing", "xunit" ], - "time": "2014-09-06 18:38:27" + "time": "2014-09-14 09:31:24" }, { "name": "phpunit/phpunit-mock-objects", @@ -926,7 +926,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.3.1" + "php": ">=5.5.9" }, "platform-dev": [] }