From 90943ebf6af1939338aab05b5c0f1015b25c1722 Mon Sep 17 00:00:00 2001 From: dallen1 Date: Wed, 16 May 2018 11:10:05 -0600 Subject: [PATCH] syntax fixes 1. The comma was trailing and invalidated the file. 2. THe version format was wrong and causes, composer to crash. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 651464c..5eb58c9 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "drupal/semanticviews": "^2.2", "drupal/views_data_export": "^1.0@alpha", "drupal/views_field_view": "^1.0@beta", - "phpoffice/phpexcel": "1.7", + "phpoffice/phpexcel": "^1.7" }, "minimum-stability": "dev", "prefer-stable": true,