pilot-sdk/composer.json

36 lines
807 B
JSON
Raw Permalink Normal View History

2024-07-09 11:31:28 +02:00
{
"name": "bluesquare/pilot-sdk",
"description": "Pilot peer implementation.",
"keywords": [
"package",
"bluesquare",
"pilot"
],
"homepage": "https://git.bluesquare.io/bluesquare/pilot-sdk",
"license": "proprietary",
"authors": [
{
"name": "Maxime Renou",
"email": "maxime@bluesquare.io",
"homepage": "https://bluesquare.io/"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Bluesquare\\Pilot\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Bluesquare\\Pilot\\Laravel\\PilotServiceProvider"
]
}
},
"require": {
"php": "^7.3|^8.0"
},
"prefer-stable": true
}