Blame view

composer.json 961 Bytes
15479603   Alex Savenko   initialize
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  {
      "name": "redound/phalcon-rest-boilerplate",
      "keywords": ["RESTful", "rest", "api", "phalcon", "boilerplate"],
      "description": "Phalcon REST Boilerplate to use with Phalcon REST library",
      "type": "project",
      "license": "MIT",
      "homepage": "http://phalcon-rest.redound.org",
      "require": {
          "redound/phalcon-rest": "^2.0.0",
          "league/fractal": "^0.13.0",
          "firebase/php-jwt": "^3.0"
      },
      "require-dev": {
          "codeception/codeception": "^2.1"
      },
      "authors": [
          {
              "name": "Olivier Andriessen",
              "email": "olivierandriessen@gmail.com"
          },
          {
              "name": "Bart Blok",
              "email": "bart@wittig.nl"
          }
      ],
      "support": {
          "source": "https://github.com/redound/phalcon-rest-boilerplate",
          "issues": "https://github.com/redound/phalcon-rest-boilerplate/issues",
          "docs": "http://phalcon-rest.redound.org"
      }
  }