mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-10 02:33:25 +00:00
26 lines
612 B
JSON
26 lines
612 B
JSON
{
|
|
"name": "brumann/polyfill-unserialize",
|
|
"description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Denis Brumann",
|
|
"email": "denis.brumann@sensiolabs.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brumann\\Polyfill\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Brumann\\Polyfill\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^5.3|^7.0"
|
|
}
|
|
}
|