From 8dbf28b086f66b99ad10677141182bc82dac28a4 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Sat, 11 May 2024 06:48:35 -0300 Subject: [PATCH] Fix docs --- README.md | 8 ++++---- composer.json | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 916dcac..91718cd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@

- + Yii

Yii Event Dispatcher


-[PSR-14](https://www.php-fig.org/psr/psr-14/) compatible event dispatcher provides an ability to dispatch events and listen -to events dispatched. - [![Latest Stable Version](https://poser.pugx.org/yiisoft/event-dispatcher/v/stable.png)](https://packagist.org/packages/yiisoft/event-dispatcher) [![Total Downloads](https://poser.pugx.org/yiisoft/event-dispatcher/downloads.png)](https://packagist.org/packages/yiisoft/event-dispatcher) [![Build Status](https://github.com/yiisoft/event-dispatcher/workflows/build/badge.svg)](https://github.com/yiisoft/event-dispatcher/actions?query=workflow%3Abuild) @@ -18,6 +15,9 @@ to events dispatched. [![static analysis](https://github.com/yiisoft/event-dispatcher/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/event-dispatcher/actions?query=workflow%3A%22static+analysis%22) [![type-coverage](https://shepherd.dev/github/yiisoft/event-dispatcher/coverage.svg)](https://shepherd.dev/github/yiisoft/event-dispatcher) +[PSR-14](https://www.php-fig.org/psr/psr-14/) compatible event dispatcher provides an ability to dispatch events and listen +to events dispatched. + ## Features - [PSR-14](https://www.php-fig.org/psr/psr-14/) compatible. diff --git a/composer.json b/composer.json index 8292e0e..6ae1153 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,22 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/event-dispatcher/issues?state=open", + "source": "https://github.com/yiisoft/event-dispatcher", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", - "chat": "https://t.me/yii3en", - "source": "https://github.com/yiisoft/event-dispatcher" + "chat": "https://t.me/yii3en" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/yiisoft" + }, + { + "type": "github", + "url": "https://github.com/sponsors/yiisoft" + } + ], "require": { "php": "^8.0", "psr/event-dispatcher": "1.0.0"