Update basic stuff

This commit is contained in:
brabli
2024-08-07 16:47:56 +01:00
parent a4f4e1990c
commit 0d29da03c4
7 changed files with 24 additions and 48 deletions

View File

@@ -1,9 +1,8 @@
{
"name": "pcm/example-bundle",
"description": "PCM Example Bundle",
"name": "pcm/badge-bundle",
"description": "PCM Badge Bundle",
"type": "symfony-bundle",
"license": "MIT",
"version": "dev-develop",
"authors": [
{
"name": "Bradley Goode",
@@ -14,25 +13,21 @@
"email": "mf@pcmsystems.co.uk"
}
],
"autoload": {
"psr-4": {
"Pcm\\ExampleBundle\\": "src/"
"Pcm\\BadgeExampleBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Pcm\\ExampleBundle\\Tests\\": "tests/"
"Pcm\\BadgeBundle\\Tests\\": "tests/"
}
},
"require": {
"symfony/dependency-injection": "^7.1",
"symfony/framework-bundle": "^7.1",
"symfony/yaml": "^7.1"
},
"require-dev": {
"symfony/test-pack": "^1.1",
"friendsofphp/php-cs-fixer": "^3.61"