Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-xsl": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"azjezz/psl": "^3.0 || ~4.0 || ^5.0",
"php-standard-library/php-standard-library": "^3.0 || ~4.0 || ^5.0 || ^6.0",
"webmozart/assert": "^1.10 || ~2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion docs/encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ $data = typed(
```

It works exactly the same as the [xml_decode](#xml_decode) function but with an additional type parameter.
Structuring the shape of the type-result is done by the [azjezz/psl](https://github.com/azjezz/psl) package.
Structuring the shape of the type-result is done by the [php-standard-library/php-standard-library](https://github.com/php-standard-library/php-standard-library) package.

In modern systems, you might find the need to convert XML data to DTO objects.
You can do so by using the typed class as well:
Expand Down