2024-09-13 13:51:40 -04:00
|
|
|
{
|
|
|
|
"name": "vendor_name/socialbox-php",
|
|
|
|
"description": "description",
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"license": "proprietary",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Netkas",
|
|
|
|
"email": "netkas@nosial.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2024-09-24 14:20:21 -04:00
|
|
|
"ext-pdo": "*",
|
2024-09-30 03:00:02 -04:00
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-redis": "*",
|
|
|
|
"ext-memcached": "*"
|
2024-09-13 13:51:40 -04:00
|
|
|
}
|
|
|
|
}
|