File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " becklyn/menu" ,
3- "type" : " symfony-bundle" ,
43 "description" : " Menu bundle for generating and rendering menus in Symfony." ,
5- "homepage" : " https://github.com/Becklyn/" ,
64 "license" : " BSD-3-Clause" ,
5+ "type" : " symfony-bundle" ,
76 "authors" : [
87 {
98 "name" : " Becklyn Studios" ,
109 "homepage" : " http://becklyn.com/"
1110 }
1211 ],
12+ "homepage" : " https://github.com/Becklyn/" ,
1313 "require" : {
1414 "php" : " >=7.4" ,
1515 "psr/log" : " ^1.1.4" ,
2828 "symfony/dom-crawler" : " ^5.4.3 || ^6.0.3" ,
2929 "symfony/phpunit-bridge" : " ^5.4.3 || ^6.0.3"
3030 },
31- "config" : {
32- "sort-packages" : true
33- },
34- "extra" : {
35- "branch-alias" : {
36- "dev-master" : " 2.x-dev" ,
37- "dev-next" : " 2.x-dev"
38- }
39- },
4031 "autoload" : {
4132 "psr-4" : {
4233 "Becklyn\\ Menu\\ " : " src/"
4637 "psr-4" : {
4738 "Tests\\ Becklyn\\ Menu\\ " : " tests/"
4839 }
40+ },
41+ "config" : {
42+ "sort-packages" : true
43+ },
44+ "extra" : {
45+ "branch-alias" : {
46+ "dev-master" : " 2.x-dev" ,
47+ "dev-next" : " 2.x-dev"
48+ }
4949 }
5050}
You can’t perform that action at this time.
0 commit comments