Skip to content

Commit f84aa6a

Browse files
committed
Update README
1 parent 8fb9242 commit f84aa6a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Chimera - serialization-jms
22

3-
[![Total Downloads](https://img.shields.io/packagist/dt/lcobucci/chimera-serialization-jms.svg?style=flat-square)](https://packagist.org/packages/lcobucci/chimera-serialization-jms)
4-
[![Latest Stable Version](https://img.shields.io/packagist/v/lcobucci/chimera-serialization-jms.svg?style=flat-square)](https://packagist.org/packages/lcobucci/chimera-serialization-jms)
5-
[![Unstable Version](https://img.shields.io/packagist/vpre/lcobucci/chimera-serialization-jms.svg?style=flat-square)](https://packagist.org/packages/lcobucci/chimera-serialization-jms)
3+
[![Total Downloads](https://img.shields.io/packagist/dt/chimera/serialization-jms.svg?style=flat-square)](https://packagist.org/packages/chimera/serialization-jms)
4+
[![Latest Stable Version](https://img.shields.io/packagist/v/chimera/serialization-jms.svg?style=flat-square)](https://packagist.org/packages/chimera/serialization-jms)
5+
[![Unstable Version](https://img.shields.io/packagist/vpre/chimera/serialization-jms.svg?style=flat-square)](https://packagist.org/packages/chimera/serialization-jms)
66

77
![Branch master](https://img.shields.io/badge/branch-master-brightgreen.svg?style=flat-square)
8-
[![Build Status](https://img.shields.io/travis/lcobucci/chimera-serialization-jms/master.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/chimera-serialization-jms)
9-
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/lcobucci/chimera-serialization-jms/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/lcobucci/chimera-serialization-jms/?branch=master)
10-
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/lcobucci/chimera-serialization-jms/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/lcobucci/chimera-serialization-jms/?branch=master)
8+
[![Build Status](https://img.shields.io/travis/chimeraphp/serialization-jms/master.svg?style=flat-square)](http://travis-ci.org/#!/chimeraphp/serialization-jms)
9+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/chimeraphp/serialization-jms/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/chimeraphp/serialization-jms/?branch=master)
10+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/chimeraphp/serialization-jms/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/chimeraphp/serialization-jms/?branch=master)
1111

1212
> The term Chimera (_/kɪˈmɪərə/_ or _/kaɪˈmɪərə/_) has come to describe any
1313
mythical or fictional animal with parts taken from various animals, or to
@@ -30,11 +30,11 @@ the user input into a message to be handled.
3030

3131
## Installation
3232

33-
Package is available on [Packagist](http://packagist.org/packages/lcobucci/chimera-serialization-jms),
33+
Package is available on [Packagist](http://packagist.org/packages/chimera/serialization-jms),
3434
you can install it using [Composer](http://getcomposer.org).
3535

3636
```shell
37-
composer require lcobucci/chimera-serialization-jms
37+
composer require chimera/serialization-jms
3838
```
3939

4040
### PHP Configuration
@@ -61,12 +61,12 @@ declare(strict_types=1);
6161

6262
namespace MyApp;
6363

64+
use Chimera\ExecuteQuery;
65+
use Chimera\MessageCreator\JmsSerializer\ArrayTransformer;
66+
use Chimera\MessageCreator\JmsSerializer\InputDataInjector;
6467
use JMS\Serializer\EventDispatcher\EventDispatcher;
6568
use JMS\Serializer\EventDispatcher\Events;
6669
use JMS\Serializer\SerializerBuilder;
67-
use Lcobucci\Chimera\ExecuteQuery;
68-
use Lcobucci\Chimera\MessageCreator\JmsSerializer\ArrayTransformer;
69-
use Lcobucci\Chimera\MessageCreator\JmsSerializer\InputDataInjector;
7070

7171
// First we need to have a JMS serializer instance with the event listener set
7272

@@ -89,4 +89,4 @@ var_dump($result);
8989

9090
## License
9191

92-
MIT, see [LICENSE file](https://github.com/lcobucci/chimera-foundation/blob/master/LICENSE).
92+
MIT, see [LICENSE file](https://github.com/chimeraphp/serialization-jms/blob/master/LICENSE).

0 commit comments

Comments
 (0)