Skip to content

Instantly share code, notes, and snippets.

@mykiwi
Last active November 8, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mykiwi/c2c2a416854183aeb6ccf1694e05a8da to your computer and use it in GitHub Desktop.
Save mykiwi/c2c2a416854183aeb6ccf1694e05a8da to your computer and use it in GitHub Desktop.
symfony/requirements-checker with melody
<?php
<<<CONFIG
packages:
- "symfony/requirements-checker: ^1.0"
CONFIG;
$src = dirname((new ReflectionClass('\Symfony\Requirements\Requirement'))->getFileName());
require $src.'/../bin/requirements-checker.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment