We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6532ed3 commit b702204Copy full SHA for b702204
README.md
@@ -0,0 +1 @@
1
+Work in progress...
composer.json
@@ -0,0 +1,28 @@
+{
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