oont-contents/plugins/pre-orders-for-woocommerce/vendor/niloys7/remote-admin-notification-client/composer.json
2025-02-08 15:10:23 +01:00

23 lines
No EOL
502 B
JSON

{
"name": "niloys7/remote-admin-notification-client",
"description": "Admin Notification client fo WordPress Plugins & Theme",
"type": "library",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Niloy",
"email": "niloys7live@gmail.com"
}
],
"prefer-stable": true,
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": [
"class-remote-notification-client.php"
]
}
}