Symfony version alignment with main application

This commit is contained in:
Matteo Gallo
2026-04-30 20:44:28 +02:00
parent e09a9fc2a6
commit b9501417b0
2 changed files with 150 additions and 151 deletions

View File

@@ -1,18 +1,19 @@
{
"name": "cnr/oai-symfony",
"autoload" : {
"psr-4" : {
"App\\" : "src/"
"OaiSymfony\\" : "src/"
}
},
"require": {
"symfony/http-foundation": "^6.1",
"symfony/http-kernel": "^6.1",
"symfony/routing": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/string": "^6.1",
"symfony/serializer": "^7.1",
"symfony/property-access": "^7.1",
"symfony/config": "^7.3"
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/routing": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/string": "^6.4",
"symfony/serializer": "^6.4",
"symfony/property-access": "^6.4",
"symfony/config": "^6.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",