From 1115f7d35473a2d3e8849a1951360f2718637369 Mon Sep 17 00:00:00 2001 From: Andrew Ellis Date: Tue, 15 Aug 2017 17:28:13 -0600 Subject: [PATCH] bumped to laravel 5.5 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f8388a2..4628415 100644 --- a/composer.json +++ b/composer.json @@ -22,16 +22,16 @@ ], "require": { "php": ">=7.0", - "illuminate/contracts": "5.4.*", - "illuminate/container": "5.4.*", - "illuminate/support": "5.4.*", - "illuminate/validation": "5.4.*", - "twilio/sdk": "^5.4" + "illuminate/contracts": "5.5.*", + "illuminate/container": "5.5.*", + "illuminate/support": "5.5.*", + "illuminate/validation": "5.5.*", + "twilio/sdk": "~5.12.0" }, "require-dev": { - "graham-campbell/testbench": "^3.3", + "graham-campbell/testbench": "^4.0", "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "~6.0" }, "autoload": { "psr-4": {