{
"name": "spiral/serializer",
"type": "library",
"description": "Common Serializer Interfaces",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/spiral"
}
],
"homepage": "https://spiral.dev",
"support": {
"issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/serializer"
},
"require": {
"php": ">=8.1",
"spiral/core": "^3.17"
},
"autoload": {
"psr-4": {
"Spiral\\Serializer\\": "src"
}
},
"require-dev": {
"spiral/boot": "^3.17",
"google/protobuf": "^3.25|^4.29",
"phpunit/phpunit": "^10.5.41",
"vimeo/psalm": "^6.0"
},
"autoload-dev": {
"psr-4": {
"Spiral\\Tests\\Serializer\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.17.x-dev"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
|