Files
xk-api-old-laravel/vendor/dragon-code/contracts/composer.json
2025-01-11 14:16:20 +08:00

44 lines
1.0 KiB
JSON

{
"name": "dragon-code/contracts",
"description": "A set of contracts for any project",
"license": "MIT",
"type": "library",
"keywords": [
"contracts",
"interfaces"
],
"authors": [
{
"name": "Andrey Helldar",
"email": "helldar@ai-rus.com"
}
],
"support": {
"source": "https://github.com/TheDragonCode/contracts"
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-message": "^1.0.1",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.23"
},
"require-dev": {
"illuminate/database": "^8.0",
"phpdocumentor/reflection-docblock": "^5.0"
},
"conflict": {
"andrey-helldar/contracts": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"DragonCode\\Contracts\\": "src"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}