Skip to content

Commit

Permalink
add bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
yosrib committed May 24, 2023
1 parent 10c624c commit d7d7467
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Exclude non-essential files from dist
.github export-ignore
tests export-ignore
Tests export-ignore
index.html export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpmd.xml.dist export-ignore
phpunit.xml.dist export-ignore
9 changes: 9 additions & 0 deletions DevgineDemoBundle.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace Devgine\Demo;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class DevgineDemoBundle extends Bundle
{
}
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"homepage": "https://github.com/devgine/demo-repository",
"require": {
"php": ">=8.1",
"symfony/console": "^6.1"
"symfony/console": "^6.1",
"symfony/http-kernel": "6.3.x-dev"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit d7d7467

Please sign in to comment.