Skip to content

Commit 2bbd084

Browse files
author
awu
committed
fix: update package description in composer.json and README.md for clarity
1 parent 314edca commit 2bbd084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![codecov](https://codecov.io/github/wundii/data-mapper-symfony-bundle/branch/main/graph/badge.svg?token=cb7efb4edf7e1a31909c63e5a9fd4b814f000166)](https://app.codecov.io/github/wundii/data-mapper-symfony-bundle)
1111
[![Downloads](https://img.shields.io/packagist/dt/wundii/data-mapper-symfony-bundle.svg?style=flat)](https://packagist.org/packages/wundii/data-mapper-symfony-bundle)
1212

13-
A Symfony bundle providing seamless integration for the [Wundii Data Mapper](https://github.com/wundii/data-mapper).
13+
A ***Symfony bundle*** providing seamless integration for the [wundii/data-mapper](https://github.com/wundii/data-mapper).
1414

1515
## Features
1616
- Mapping source data into objects

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wundii/data-mapper-symfony-bundle",
33
"type": "symfony-bundle",
4-
"description": "Symfony Bundle for Wundii Data Mapper",
4+
"description": "A Symfony Bundle for modern deserialization and mapping of XML, JSON and arrays in PHP classes - optimized for PHP 8.2+",
55
"keywords": ["symfony","symfony-bundle","bundle","datamapper","mapper","xml","json","array","object", "deserialization", "deserialize"],
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)