From 3b3143d38611fc04a4ff7cba9a27a14f7ef1d8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 15 Jul 2016 14:58:21 -0300 Subject: Revert some changes for compatibility --- skins/ArchLinux/composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 skins/ArchLinux/composer.json (limited to 'skins/ArchLinux/composer.json') diff --git a/skins/ArchLinux/composer.json b/skins/ArchLinux/composer.json new file mode 100644 index 00000000..fd380fb7 --- /dev/null +++ b/skins/ArchLinux/composer.json @@ -0,0 +1,10 @@ +{ + "require-dev": { + "jakub-onderka/php-parallel-lint": "0.9" + }, + "scripts": { + "test": [ + "parallel-lint . --exclude node_modules --exclude vendor" + ] + } +} -- cgit v1.2.2