-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 775 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "samdark/hydrator",
"type": "library",
"description": "Allows to extract data from an object or create a new object based on data for the purpose of persisting state. Works with private and protected properties.",
"keywords": ["hydrator", "extract", "hydrate"],
"require-dev": {
"phpunit/phpunit": "^4.8",
"phpbench/phpbench": "^0.17.1"
},
"license": "MIT",
"support": {
"issues": "https://github.com/samdark/hydrator/issues",
"source": "https://github.com/samdark/hydrator"
},
"authors": [
{
"name": "Alexander Makarov",
"email": "sam@rmcreative.ru"
}
],
"autoload": {
"psr-4": {
"samdark\\hydrator\\": ""
}
}
}