File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Exclude non-essential files from dist
22.github export-ignore
3- tests export-ignore
3+ Tests export-ignore
44index.html export-ignore
5+ .gitattributes export-ignore
6+ .gitignore export-ignore
57phpmd.xml.dist export-ignore
68phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace Devgine \Demo ;
4+
5+ use Symfony \Component \HttpKernel \Bundle \Bundle ;
6+
7+ class DevgineDemoBundle extends Bundle
8+ {
9+ }
Original file line number Diff line number Diff line change 66 "homepage" : " https://github.com/devgine/demo-repository" ,
77 "require" : {
88 "php" : " >=8.1" ,
9- "symfony/console" : " ^6.1"
9+ "symfony/console" : " ^6.1" ,
10+ "symfony/http-kernel" : " 6.3.x-dev"
1011 },
1112 "license" : " MIT" ,
1213 "autoload" : {
You can’t perform that action at this time.
0 commit comments