Skip to content

Instantly share code, notes, and snippets.

@fooman
fooman / validate_m2_package.php
Last active February 2, 2016 03:06 — forked from alankent/validate_m2_package.php
Magento Marketplace beta Composer package ZIP file validator script.
#!/usr/bin/php
<?php
/**
* validate_m2_package.php - a script that checks a given M2 zip package to ensure
* it is structured correctly and has all the required files.
*/
/**