Skip to content

Commit

Permalink
fix: fix composer type
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriolino committed Jul 25, 2024
1 parent af0cc31 commit f220e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
composer.lock
.phpcs-cache
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "novosga/attendance-bundle",
"license": "MIT",
"type": "novosga-module",
"type": "symfony-module",
"autoload": {
"psr-4": { "Novosga\\AttendanceBundle\\": "src/" }
},
Expand Down

0 comments on commit f220e60

Please sign in to comment.