composer.json 261 B

12345678910111213141516
  1. {
  2. "require": {
  3. "laravel/framework": "4.0.*"
  4. },
  5. "autoload": {
  6. "classmap": [
  7. "app/commands",
  8. "app/controllers",
  9. "app/models",
  10. "app/database/migrations",
  11. "app/database/seeds",
  12. "app/tests/TestCase.php"
  13. ]
  14. },
  15. "minimum-stability": "dev"
  16. }