Skip to content

Commit 2a69ade

Browse files
committed
fixed composer.json formart
1 parent 3cdcf82 commit 2a69ade

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

100755100644
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "danielmme/valida-email",
3+
"description": "módulo customizado para o website do CEM",
4+
"type": "drupal",
5+
"authors": [
6+
{
7+
"name": "DanielMM",
8+
"email": "medeiros.danielm@gmail.com"
9+
}
10+
],
11+
"require": {}
12+
}

0 commit comments

Comments
 (0)