composer.json 650 Bytes
{
    "name": "shortpixel/notices",
    "description": "ShortPixel WordPress Notice System",
    "version": "1.5",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Bas",
            "email": "bas@weblogmechanic.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
		"shortpixel/log" : "1.1.*"
	},
    "repositories": [
        {
            "packagist.org": false,
            "type": "path",
            "url": "../modules/",
	    "options": {
                "symlink": true
            }
        }
    ],

    "autoload": {
        "psr-4": { "ShortPixel\\Notices\\" : "src" }
    }
}