From f220e60d8c114db6cf34dc96b5abfc86cc8b5b69 Mon Sep 17 00:00:00 2001 From: Rogerio Lino Date: Thu, 25 Jul 2024 11:27:35 -0300 Subject: [PATCH] fix: fix composer type --- .gitignore | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b1bf5a..3a02cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vendor/ composer.lock .phpcs-cache +.phpunit.result.cache diff --git a/composer.json b/composer.json index 02338f3..6a85374 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "novosga/attendance-bundle", "license": "MIT", - "type": "novosga-module", + "type": "symfony-module", "autoload": { "psr-4": { "Novosga\\AttendanceBundle\\": "src/" } },