Skip to content

Commit

Permalink
Clean up and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy committed Feb 15, 2022
1 parent 1866c67 commit 77af744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions pkg/async-event-dispatcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
# Symfony Async Event Dispatcher.

[![Gitter](https://badges.gitter.im/php-enqueue/Lobby.svg)](https://gitter.im/php-enqueue/Lobby)
[![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)
[![Total Downloads](https://poser.pugx.org/enqueue/async-event-dispathcer/d/total.png)](https://packagist.org/packages/enqueue/async-event-dispathcer)
[![Latest Stable Version](https://poser.pugx.org/enqueue/async-event-dispathcer/version.png)](https://packagist.org/packages/enqueue/async-event-dispathcer)
[![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)
[![Total Downloads](https://poser.pugx.org/enqueue/async-event-dispathcer/d/total.png)](https://packagist.org/packages/enqueue/async-event-dispatcher)
[![Latest Stable Version](https://poser.pugx.org/enqueue/async-event-dispathcer/version.png)](https://packagist.org/packages/enqueue/async-event-dispatcher)

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

## Resources

Expand Down
6 changes: 0 additions & 6 deletions pkg/enqueue-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"source": "https://github.com/php-enqueue/enqueue-dev",
"docs": "https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5",
"enqueue/stomp": "0.10.x-dev",
Expand Down

0 comments on commit 77af744

Please sign in to comment.