Rapsys Git
/
treebundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add bundle user repository
[treebundle]
/
composer.json
1
{
2
"name": "rapsys/treebundle",
3
"description": "Rapsys tree extension",
4
"license": "AGPL-3.0-or-later",
5
"type": "symfony-bundle",
6
"authors": [{
7
"name": "Raphaël Gertz",
8
"email": "symfony@rapsys.eu"
9
}],
10
"autoload": {
11
"psr-4": {
12
"Rapsys\\TreeBundle\\": ""
13
}
14
},
15
"require": {
16
},
17
"extra": {
18
"branch-alias": {
19
"dev-master": "master"
20
}
21
}
22
}