36 lines
807 B
JSON
36 lines
807 B
JSON
|
{
|
||
|
"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
|
||
|
}
|