Created
June 15, 2014 07:12
-
-
Save jaggy/0f80ef56ebdf1fbdbedf to your computer and use it in GitHub Desktop.
My Slim composer file. :)
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
{ | |
"name": "", | |
"require": { | |
"slim/slim": "2.*", | |
"slim/views": "0.1.*", | |
"twig/twig": "1.15.*", | |
"monolog/monolog": "1.7.*", | |
"resty/resty": "0.6.0", | |
"vlucas/valitron": "dev-master", | |
"j4mie/idiorm": "dev-develop", | |
"j4mie/paris": "dev-develop", | |
"robmorgan/phinx": "v0.3.4" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "3.7.*", | |
"phpunit/phpunit-selenium": ">=1.2", | |
"phpspec/phpspec": "2.0.*@dev" | |
}, | |
"config": { | |
"bin-dir": "bin" | |
}, | |
"autoload": { | |
"classmap": [ | |
"vendor/j4mie/idiorm/idiorm.php", | |
"vendor/j4mie/paris/paris.php" | |
], | |
"psr-4": { | |
"": "app/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment