Last active
November 8, 2017 14:07
-
-
Save mykiwi/c2c2a416854183aeb6ccf1694e05a8da to your computer and use it in GitHub Desktop.
symfony/requirements-checker with melody
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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