From 80434fcc27df30252e6be58a64dc621c4beb851d Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 14 May 2020 12:48:06 +0200 Subject: [PATCH] Don't include phpstan in the release package --- RoboFile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RoboFile.php b/RoboFile.php index a3a53af..f4980cf 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -29,6 +29,7 @@ class RoboFile extends Tasks ->exclude( [ 'ffmpeg/', + 'phpstan/', 'bin/', 'anam/phantomjs-linux-x86-binary/', 'phpunit/',