20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "161sh/seriousjson",
|
|
"description": "SeriousJSON provides a base class for entities which allows them to be fully (de)serialized",
|
|
"license": "AGPL-3.0-only",
|
|
"minimum-stability": "dev",
|
|
"version": "1.0",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SeriousJSON": "src/"
|
|
}
|
|
}
|
|
}
|