3
0

Fleshing out a bit further

This commit is contained in:
2022-07-20 20:38:09 +01:00
parent c46af9c4f7
commit cf03ff8f89
7 changed files with 70 additions and 9 deletions

View File

@@ -9,11 +9,21 @@
"doctrine/orm": "^2.12",
"symfony/framework-bundle": "*"
},
"require-dev": {
"vimeo/psalm": "^4.24",
"psalm/plugin-symfony": "^3.1",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Pcm\\SearchBundle\\": "src/"
}
},
},
"autoload-dev": {
"psr-4": {
"Pcm\\SearchBundle\\": "tests/"
}
},
"authors": [
{
"name": "Matt Feeny",
@@ -23,9 +33,5 @@
"name": "Bradley Goode",
"email": "bg@pcmsystems.co.uk"
}
],
"require-dev": {
"vimeo/psalm": "^4.24",
"psalm/plugin-symfony": "^3.1"
}
]
}