From 9d4688a95b36a55d35b1fe4878a64e2fa19f7bd3 Mon Sep 17 00:00:00 2001 From: Ruben van Vreeland Date: Tue, 23 Aug 2016 17:21:49 +0200 Subject: [PATCH] Autoload Patchwork.php in Composer configuration Composer nor autoloading seems to not be included in the tests, adding tests around this change might be beneficial. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 702eae8..9615b87 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,8 @@ "minimum-stability": "stable", "require": { "php": ">=5.4.0" + }, + "autoload": { + "files": ["Patchwork.php"] } }