mirror of
https://github.com/danog/MagicalSerializer.git
synced 2024-11-26 11:54:48 +01:00
20 lines
526 B
JSON
20 lines
526 B
JSON
{
|
|
"name": "danog/magicalserializer",
|
|
"description": "Serialize Volatile, Threaded or any other internal PHP class!",
|
|
"type": "library",
|
|
"license": "AGPL-3.0-only",
|
|
"homepage": "https://daniil.it/MagicalSerializer",
|
|
"keywords": ["pthreads", "volatile", "serialize", "threading", "serializable"],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"danog\\": "src/"
|
|
}
|
|
}
|
|
}
|