From 89d52f81aa7cf81eba37aecaff0c5b3804c0c129 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 4 Nov 2024 01:06:23 -0500 Subject: [PATCH] Add net.nosial.optslib dependency --- .idea/php.xml | 1 + project.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.idea/php.xml b/.idea/php.xml index 5b053b9..7fc69ef 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -12,6 +12,7 @@ + diff --git a/project.json b/project.json index 436e545..5f37625 100644 --- a/project.json +++ b/project.json @@ -30,6 +30,12 @@ "version": "latest", "source_type": "remote", "source": "nosial/libs.tempfile=latest@n64" + }, + { + "name": "net.nosial.optslib", + "version": "latest", + "source_type": "remote", + "source": "nosial/libs.opts=latest@n64" } ], "configurations": [