From c002215cdb3ad2f003da3d86c90b928b2481e911 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 10 Jan 2019 11:25:28 -0400 Subject: [PATCH] Seting chullo dependency to an actual version and not dev-master (#111) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1923cff9..f5eb4df0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "drupal/migrate_source_csv" : "^2.1", "drupal/token" : "^1.3", "drupal/flysystem" : "^1.0", - "islandora/chullo" : "dev-master" + "islandora/chullo" : "^0.2.0" }, "require-dev": { "phpunit/phpunit": "^6",