File: /home/petsclubcc/magento/vendor/magento/module-admin-notification/composer.json
{
"name": "magento/module-admin-notification",
"description": "N/A",
"require": {
"php": "~5.6.0|7.0.2|~7.0.6",
"magento/module-store": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-media-storage": "100.1.*",
"magento/framework": "100.1.*",
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "100.1.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdminNotification\\": ""
}
}
}