Skip to content

Commit d00d1f1

Browse files
committed
Update README
1 parent 115643e commit d00d1f1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
[![License: GPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
2-
3-
[![PHPStan](https://github.com/magicsunday/jsonmapper/actions/workflows/phpstan.yml/badge.svg)](https://github.com/magicsunday/jsonmapper/actions/workflows/phpstan.yml)
4-
[![PHP_CodeSniffer](https://github.com/magicsunday/jsonmapper/actions/workflows/phpcs.yml/badge.svg)](https://github.com/magicsunday/jsonmapper/actions/workflows/phpcs.yml)
5-
[![PHPUnit](https://github.com/magicsunday/jsonmapper/actions/workflows/phpunit.yml/badge.svg)](https://github.com/magicsunday/jsonmapper/actions/workflows/phpunit.yml)
6-
7-
[![Code Climate](https://codeclimate.com/github/magicsunday/jsonmapper/badges/gpa.svg)](https://codeclimate.com/github/magicsunday/jsonmapper)
2+
[![CI](https://github.com/magicsunday/jsonmapper/actions/workflows/ci.yml/badge.svg)](https://github.com/magicsunday/jsonmapper/actions/workflows/ci.yml)
83

94
# JsonMapper
105
This module provides a mapper to map JSON to PHP classes utilizing Symfony's property info and access packages.
@@ -205,7 +200,10 @@ protected function getJsonMapper(array $classMap = []): \MagicSunday\JsonMapper
205200
### Testing
206201
```bash
207202
composer update
208-
vendor/bin/phpcs ./src --standard=PSR12
209-
vendor/bin/phpstan analyse -c phpstan.neon
210-
vendor/bin/phpunit
203+
composer ci:cgl
204+
composer ci:test
205+
composer ci:test:php:phplint
206+
composer ci:test:php:phpstan
207+
composer ci:test:php:rector
208+
composer ci:test:php:unit
211209
```

0 commit comments

Comments
 (0)