From 321fc63508e45cf956d4ad6d7384b15f4a9a3812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergely=20Ign=C3=A1cz?= Date: Thu, 24 Oct 2024 21:23:32 +0200 Subject: [PATCH] chore: lock and phpunit xml --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b7f9c35..f45dd43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /vendor/ /.idea/ -/composer.lock -/phpunit.xml +composer.lock +phpunit.xml .php-cs-fixer.cache .phpunit.result.cache \ No newline at end of file