switch to php composer

This commit is contained in:
2026-07-22 12:55:08 +02:00
parent 151bc70775
commit 01b22f9c2d
16 changed files with 128 additions and 25 deletions
@@ -2,8 +2,7 @@
declare(strict_types=1);
require_once __DIR__ . '/../common/ElixFormsComponent.php';
require_once __DIR__ . '/../common/QueryParamHelper.php';
require_once __DIR__ . '/../../vendor/autoload.php';
use ElixForms\Common\ElixFormsComponent;
use ElixForms\Common\QueryParamHelper;