Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created March 30, 2014 01:16
Show Gist options
  • Save funkatron/9865756 to your computer and use it in GitHub Desktop.
Save funkatron/9865756 to your computer and use it in GitHub Desktop.

Revisions

  1. funkatron created this gist Mar 30, 2014.
    22 changes: 22 additions & 0 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    {
    "require": {
    "slim/slim": "2.*",
    "slim/views": "0.1.*",
    "twig/twig": "1.15.0",
    "monolog/monolog": "1.7.0",
    "resty/resty": "0.6.0",
    "vlucas/valitron": "dev-master#e011ab81c43903e73b766620828877b828e65380",
    "j4mie/idiorm": "v1.4.1",
    "j4mie/paris": "v1.4.2",
    "robmorgan/phinx": "v0.3.3"
    },

    "require-dev": {
    "funkatron/funit": "dev-master",
    "fzaninotto/faker": "v1.3.0"
    },

    "autoload": {
    "psr-4": {"GLLApp\\": "./app/"}
    }
    }