From d34c00fdc6c57aa72a6322b4b1e3f91882bc1abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=B6nthal?= Date: Mon, 22 May 2017 10:14:52 +0200 Subject: [PATCH] deps --- composer.json | 6 +++--- composer.lock | 34 ++++++++++++++-------------------- 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index 331eb69..d02a59b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=5.4", + "php": ">=5.5", "symfony/console": "^2.4 | ^3", "symfony/event-dispatcher": "^2.7 | ^3", "phpdocumentor/reflection-docblock": "^2.0 | ^3", @@ -28,8 +28,8 @@ "php-http/multipart-stream-builder": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^3.0", - "bossa/phpspec2-expect": "^2.0", + "phpspec/phpspec": "^3.0 | ^2.4", + "bossa/phpspec2-expect": "^2.2 | ^1.0", "php-http/guzzle6-adapter": "^1.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 26e6117..cc185cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "255dcae9f30b45a1df7c2bf9ff5b6401", + "content-hash": "216a353971905d05a4832bac92e9627b", "packages": [ { "name": "clue/stream-filter", @@ -2249,32 +2249,26 @@ "packages-dev": [ { "name": "bossa/phpspec2-expect", - "version": "2.2.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/BossaConsulting/phpspec2-expect.git", - "reference": "5c35c32dea8aa2c1124a1130b664be370936af14" + "reference": "c7e38fb9dc1c87bc69b008559fb98bd25335d66c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BossaConsulting/phpspec2-expect/zipball/5c35c32dea8aa2c1124a1130b664be370936af14", - "reference": "5c35c32dea8aa2c1124a1130b664be370936af14", + "url": "https://api.github.com/repos/BossaConsulting/phpspec2-expect/zipball/c7e38fb9dc1c87bc69b008559fb98bd25335d66c", + "reference": "c7e38fb9dc1c87bc69b008559fb98bd25335d66c", "shasum": "" }, "require": { - "phpspec/phpspec": "~3.2 <3.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.4" + "phpspec/phpspec": ">=2.0.0-RC3" }, "type": "library", "autoload": { "files": [ "expect.php" - ], - "psr-0": { - "Bossa\\PhpSpec\\Expect\\": "" - } + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2294,7 +2288,7 @@ "spec", "specification" ], - "time": "2017-04-27T15:49:58+00:00" + "time": "2014-02-21T11:29:39+00:00" }, { "name": "doctrine/instantiator", @@ -2390,16 +2384,16 @@ }, { "name": "phpspec/phpspec", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/phpspec/phpspec.git", - "reference": "1c77d11878c4bd475bc66f0eaa2686df0fcfa30f" + "reference": "2e969c7d8c6437490b7aa0ab51a3302d15bb7211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/phpspec/zipball/1c77d11878c4bd475bc66f0eaa2686df0fcfa30f", - "reference": "1c77d11878c4bd475bc66f0eaa2686df0fcfa30f", + "url": "https://api.github.com/repos/phpspec/phpspec/zipball/2e969c7d8c6437490b7aa0ab51a3302d15bb7211", + "reference": "2e969c7d8c6437490b7aa0ab51a3302d15bb7211", "shasum": "" }, "require": { @@ -2468,7 +2462,7 @@ "testing", "tests" ], - "time": "2017-04-27T12:40:39+00:00" + "time": "2017-05-12T06:16:46+00:00" }, { "name": "phpspec/prophecy", @@ -2880,7 +2874,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=5.4" + "php": ">=5.5" }, "platform-dev": [] }