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 1
1
# Exclude non-essential files from dist
2
2
.github export-ignore
3
- tests export-ignore
3
+ Tests export-ignore
4
4
index.html export-ignore
5
+ .gitattributes export-ignore
6
+ .gitignore export-ignore
5
7
phpmd.xml.dist export-ignore
6
8
phpunit.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 6
6
"homepage" : " https://github.com/devgine/demo-repository" ,
7
7
"require" : {
8
8
"php" : " >=8.1" ,
9
- "symfony/console" : " ^6.1"
9
+ "symfony/console" : " ^6.1" ,
10
+ "symfony/http-kernel" : " 6.3.x-dev"
10
11
},
11
12
"license" : " MIT" ,
12
13
"autoload" : {
You can’t perform that action at this time.
0 commit comments