From 2eb9fb257e19d82546e481774ac49852d9964d2c Mon Sep 17 00:00:00 2001 From: confs-tech-bot <37353062+confs-tech-bot@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:54:40 -0500 Subject: [PATCH 1/2] Add SymfonyDay Chicago for php --- conferences/2025/php.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/conferences/2025/php.json b/conferences/2025/php.json index d7d53d415..03d828cde 100644 --- a/conferences/2025/php.json +++ b/conferences/2025/php.json @@ -20,6 +20,18 @@ "cocUrl": "https://www.phpconference.co.uk/conduct", "twitter": "@PHPUKConference" }, + { + "name": "SymfonyDay Chicago", + "url": "https://live.symfony.com/2025-chicago", + "startDate": "2025-03-17", + "endDate": "2025-03-17", + "city": "", + "country": "", + "online": false, + "locales": "EN", + "cocUrl": "https://symfony.com/care", + "twitter": "@symfony_live" + }, { "name": "Dutch PHP Conference", "url": "https://phpconference.nl", From bce6022eda6a74ac891e0fc0a32be84804084534 Mon Sep 17 00:00:00 2001 From: Christian Grail Date: Fri, 24 Jan 2025 17:39:35 +0100 Subject: [PATCH 2/2] Fix location = --- conferences/2025/php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conferences/2025/php.json b/conferences/2025/php.json index 03d828cde..f69ce181e 100644 --- a/conferences/2025/php.json +++ b/conferences/2025/php.json @@ -25,8 +25,8 @@ "url": "https://live.symfony.com/2025-chicago", "startDate": "2025-03-17", "endDate": "2025-03-17", - "city": "", - "country": "", + "city": "Chicago, IL", + "country": "U.S.A.", "online": false, "locales": "EN", "cocUrl": "https://symfony.com/care",