Skip to content

Commit 97a6774

Browse files
author
Mokhtar Tlili
committed
update composer and readme files
1 parent 33dd26b commit 97a6774

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
@@ -9,7 +9,7 @@
99
- Resolve inputs arguments for controllers actions.
1010
- Validate DTO inputs objects (An option to enable or disable it).
1111
- Global YAML configuration
12-
- Specific Attribute configuration per action
12+
- Custom Configuration via Input Attribute per controller action
1313

1414
### Installation
1515
Require the bundle with composer:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sfmok/request-input-bundle",
33
"type": "symfony-bundle",
4-
"description": "RequestInput bundle provides auto-transform request data into DTO input objects",
4+
"description": "Converts request data into DTO inputs objects with validation.",
55
"keywords": [
66
"request to input",
77
"request to dto",

0 commit comments

Comments
 (0)