From cd241d9fac65b87b1dbd1d979b16759699efdbe5 Mon Sep 17 00:00:00 2001 From: Josh Moody Date: Sun, 24 May 2020 01:15:25 -0500 Subject: [PATCH] Trying to make composer v2 happy. --- composer.json | 9 +++++++-- tests/FormTests.php | 2 +- tests/InputBuilderButtonTests.php | 2 +- tests/InputBuilderCheckboxRadioTests.php | 2 +- tests/InputBuilderLabelTests.php | 2 +- tests/InputBuilderSelectTests.php | 2 +- tests/InputBuilderTextTests.php | 2 +- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index da50a53..975c115 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,13 @@ "autoload": { "psr-4": { - "werx\\Forms\\": "src/", - "werx\\FormsTests\\": "tests/" + "werx\\Forms\\": "src/" + } + }, + + "autoload-dev": { + "psr-4": { + "werxFormsTests\\": "tests/" } }, diff --git a/tests/FormTests.php b/tests/FormTests.php index 25eb16b..8758637 100644 --- a/tests/FormTests.php +++ b/tests/FormTests.php @@ -1,5 +1,5 @@