Last active
February 15, 2017 05:34
-
-
Save Michaela-Davis/dcb664632671fa4b231bc8239d348cc8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"require": { | |
"phpunit/phpunit": "4.5.*", | |
"silex/silex": "~1.1", | |
"twig/twig":"~1.0" | |
}, | |
"scripts": { | |
"test": "phpunit tests" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment