summaryrefslogtreecommitdiff
path: root/composer.json
blob: b13cf881b4f458ca9f7e469b7f988387b4ec8e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ciromattia/prado",
  "description": "Component Framework for PHP 5.",
  "homepage": "http://www.pradosoft.com/",
  "license": "BSD",
  "include-path": ["framework"],
  "require": {
    "php": ">=5.2.4"
  },
  "extra": {
    "branch-alias": {
      "dev-master": "3.2"
    }
  }
}