Compare commits

..

5 commits

3 changed files with 31 additions and 30 deletions

View file

@ -23,7 +23,7 @@
"symfony/flex": "^2", "symfony/flex": "^2",
"symfony/form": "6.3.*", "symfony/form": "6.3.*",
"symfony/framework-bundle": "6.3.*", "symfony/framework-bundle": "6.3.*",
"symfony/http-client": "6.3.*", "symfony/http-client": "6.4.*",
"symfony/intl": "6.3.*", "symfony/intl": "6.3.*",
"symfony/mailer": "6.3.*", "symfony/mailer": "6.3.*",
"symfony/mime": "6.3.*", "symfony/mime": "6.3.*",

57
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "668384286a2ba138182a1daa0cf3b859", "content-hash": "674dae1f18f9517e9939d7d9af1fe453",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -3711,23 +3711,23 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.3.7", "version": "v6.4.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d" "reference": "cb4073c905cd12b8496d24ac428a9228c1750670"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d", "url": "https://api.github.com/repos/symfony/http-client/zipball/cb4073c905cd12b8496d24ac428a9228c1750670",
"reference": "cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d", "reference": "cb4073c905cd12b8496d24ac428a9228c1750670",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3", "symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "^3", "symfony/http-client-contracts": "^3.4.1",
"symfony/service-contracts": "^2.5|^3" "symfony/service-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
@ -3745,14 +3745,15 @@
"amphp/http-client": "^4.2.1", "amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0", "amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1", "amphp/socket": "^1.1",
"guzzlehttp/promises": "^1.4", "guzzlehttp/promises": "^1.4|^2.0",
"nyholm/psr7": "^1.0", "nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0", "php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
"symfony/dependency-injection": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0", "symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0", "symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0" "symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -3783,7 +3784,7 @@
"http" "http"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.3.7" "source": "https://github.com/symfony/http-client/tree/v6.4.15"
}, },
"funding": [ "funding": [
{ {
@ -3799,20 +3800,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-29T12:41:36+00:00" "time": "2024-11-13T13:40:18+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
"version": "v3.3.0", "version": "v3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client-contracts.git", "url": "https://github.com/symfony/http-client-contracts.git",
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb" "reference": "75d7043853a42837e68111812f4d964b01e5101c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb", "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb", "reference": "75d7043853a42837e68111812f4d964b01e5101c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3820,12 +3821,12 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": {
"dev-main": "3.4-dev"
},
"thanks": { "thanks": {
"name": "symfony/contracts", "url": "https://github.com/symfony/contracts",
"url": "https://github.com/symfony/contracts" "name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -3861,7 +3862,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0" "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
}, },
"funding": [ "funding": [
{ {
@ -3877,7 +3878,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-23T14:45:45+00:00" "time": "2025-04-29T11:18:49+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
@ -6132,12 +6133,12 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": { "branch-alias": {
"dev-main": "3.4-dev" "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
} }
}, },
"autoload": { "autoload": {

View file

@ -12,7 +12,7 @@ services:
- ../:/var/www - ../:/var/www
- ./apache/sites/symfony-skeleton.conf:/etc/apache2/sites-available/000-default.conf - ./apache/sites/symfony-skeleton.conf:/etc/apache2/sites-available/000-default.conf
database: database:
image: mysql:8.0 image: mysql:9.4
container_name: ${PROJECT_NAME}-db container_name: ${PROJECT_NAME}-db
restart: always restart: always
environment: environment: