Skip to content

Commit 0ea448c

Browse files
committed
Clean up and typos
1 parent e132fd3 commit 0ea448c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

pkg/async-event-dispatcher/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1010
# Symfony Async Event Dispatcher.
1111

1212
[![Gitter](https://badges.gitter.im/php-enqueue/Lobby.svg)](https://gitter.im/php-enqueue/Lobby)
13-
[![Build Status](https://img.shields.io/github/workflow/status/php-enqueue/async-event-dispathcer/CI)](https://github.com/php-enqueue/async-event-dispathcer/actions?query=workflow%3ACI)
14-
[![Total Downloads](https://poser.pugx.org/enqueue/async-event-dispathcer/d/total.png)](https://packagist.org/packages/enqueue/async-event-dispathcer)
15-
[![Latest Stable Version](https://poser.pugx.org/enqueue/async-event-dispathcer/version.png)](https://packagist.org/packages/enqueue/async-event-dispathcer)
13+
[![Build Status](https://img.shields.io/github/workflow/status/php-enqueue/async-event-dispatcher/CI)](https://github.com/php-enqueue/async-event-dispathcer/actions?query=workflow%3ACI)
14+
[![Total Downloads](https://poser.pugx.org/enqueue/async-event-dispathcer/d/total.png)](https://packagist.org/packages/enqueue/async-event-dispatcher)
15+
[![Latest Stable Version](https://poser.pugx.org/enqueue/async-event-dispathcer/version.png)](https://packagist.org/packages/enqueue/async-event-dispatcher)
1616

1717
It contains an extension to Symfony's [EventDispatcher](https://symfony.com/doc/current/components/event_dispatcher.html) component.
18-
It allows to processes events in background by sending them to MQ.
18+
It allows to process events in background by sending them to MQ.
1919

2020
## Resources
2121

pkg/enqueue-bundle/composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
"source": "https://github.com/php-enqueue/enqueue-dev",
2121
"docs": "https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md"
2222
},
23-
"repositories": [
24-
{
25-
"type": "git",
26-
"url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
27-
}
28-
],
2923
"require-dev": {
3024
"phpunit/phpunit": "^9.5",
3125
"enqueue/stomp": "0.10.x-dev",

0 commit comments

Comments
 (0)