Skip to content

Commit 365d9f3

Browse files
author
Jeroen de Graaf
committed
Create Bundle file
1 parent 8b3837e commit 365d9f3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.3"
24+
"php": "^8.3",
25+
"symfony/http-kernel": "^7.1"
2526
},
2627
"require-dev": {
2728
"captainhook/captainhook": "^5.23",

src/GemberSymfonyBundle.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
6+
namespace Gember\SymfonyBundle;
7+
8+
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
9+
10+
final class GemberSymfonyBundle extends AbstractBundle
11+
{
12+
}

0 commit comments

Comments
 (0)