From ec1a9b4fcdae45f59db338f2025945f987cac21f Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:06:02 -0300 Subject: [PATCH] IRC link fix --- README.md | 2 +- composer.json | 2 +- psalm.xml | 2 +- psalm80.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ae9d7e..116af4d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ This package can be used as a cache handler for the [Yii Caching Library](https: ## Documentation -- [Internals](docs/internals.md) +More information can be found in the [Internals](docs/internals.md). ## License diff --git a/composer.json b/composer.json index 4a57f31..3a6363b 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "issues": "https://github.com/yiisoft/cache-memcached/issues?state=open", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", - "irc": "irc://irc.freenode.net/yii", + "irc": "ircs://irc.libera.chat:6697/yii", "chat": "https://t.me/yii3en", "source": "https://github.com/yiisoft/cache-memcached" }, diff --git a/psalm.xml b/psalm.xml index c338142..b48c894 100644 --- a/psalm.xml +++ b/psalm.xml @@ -3,7 +3,7 @@ errorLevel="1" findUnusedBaselineEntry="true" findUnusedCode="false" - xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" > diff --git a/psalm80.xml b/psalm80.xml index 2c7c1f8..d091d59 100644 --- a/psalm80.xml +++ b/psalm80.xml @@ -3,7 +3,7 @@ errorLevel="1" findUnusedBaselineEntry="true" findUnusedCode="false" - xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" >