From 485942eaf25a89ab3d657cac2182e4834654b086 Mon Sep 17 00:00:00 2001 From: Jason Judge Date: Sun, 25 Feb 2018 15:34:47 +0000 Subject: [PATCH] Replace dev-master depenedancy on consilience/flysystem-azure-file-storage ...with barely-stable 0.1.0 But it's there to play with. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6741a43..e268b20 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require": { "php": ">=7.0", - "consilience/flysystem-azure-file-storage": "dev-master" + "consilience/flysystem-azure-file-storage": "^0.1.0" }, "require-dev": { "phpunit/phpunit": "^6.0|^7.0",