From 7c7947be9c8d9bdf652e5c55e037ab7f640c82b2 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 29 May 2025 17:10:50 -0400 Subject: [PATCH] Add Symfony UID package to PHP include path and project configuration --- .idea/php.xml | 1 + project.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.idea/php.xml b/.idea/php.xml index 2b1842c..d090802 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -12,6 +12,7 @@ + diff --git a/project.json b/project.json index 0f64f4b..7ad9704 100644 --- a/project.json +++ b/project.json @@ -54,6 +54,11 @@ "name": "net.nosial.optslib", "version": "latest", "source": "nosial/optslib=latest@github" + }, + { + "name": "com.symfony.uid", + "version": "latest", + "source": "symfony/uid=latest@packagist" } ] },