Skip to content

Commit a302297

Browse files
authored
Create composer.json
1 parent 68e084f commit a302297

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "edund/frontend",
3+
"description": "Testando criação de dependência",
4+
"homepage": "https://github.com/edund/frontend",
5+
"type": "library",
6+
"authors": [
7+
{
8+
"name": "Eduardo Dantas",
9+
"email": "eduardo.dantas@gmail.com",
10+
"homepage": "http://kevinlebrun.fr",
11+
"role": "developer"
12+
}
13+
],
14+
"license": "MIT",
15+
"require": {
16+
"php": ">=5.3.0"
17+
},
18+
"autoload": {
19+
"psr-0": { "Slug": "src/" }
20+
}
21+
}

0 commit comments

Comments
 (0)