From 18763535ae2b52aeb223e69cfff034a20c7cad6d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 4 Nov 2021 21:08:41 +0100 Subject: [PATCH] Using own plist-fork --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f434885..3ea5cd6 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,19 @@ "xml", "plist" ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/ndum/CFPropertyList" + } + ], "require": { "php": "^8.0", "ext-openssl": "*", "ext-zlib": "*", "illuminate/support": "^8.64", "illuminate/collections": "^8.64", - "rodneyrehm/plist": "^2.0" + "rodneyrehm/plist": "dev-seb-fix" }, "license": "MIT", "authors": [