Skip to content

Commit b702204

Browse files
committed
initial commit
1 parent 6532ed3 commit b702204

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Work in progress...

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name" : "abdielcs/expandedcollection-bundle",
3+
"description" : "Work in progress",
4+
"type" : "symfony-bundle",
5+
"authors" : [{
6+
"name" : "Abdiel Carrazana",
7+
"email" : "[email protected]"
8+
}],
9+
"keywords" : [
10+
"collection",
11+
"expanded"
12+
],
13+
"license" : [
14+
"MIT"
15+
],
16+
"require" : {
17+
},
18+
"autoload" : {
19+
"psr-0" : {
20+
"abdielcs\\ExpandedCollectionBundle" : ""
21+
}
22+
},
23+
"extra" : {
24+
"branch-alias" : {
25+
"dev-master" : "0.1.x-dev"
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)