summaryrefslogtreecommitdiff
path: root/composer.json
blob: 106cdda0d2d963d3305d0588aa47773f59ba1f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "comperio/prado",
  "description": "Component Framework for PHP 5.",
  "homepage": "http://www.pradosoft.com/",
  "license": "BSD",
  "autoload": {
      "classmap": ["framework"]
  },
  "include-path": ["framework"],
  "require": {
    "php": ">=5.2.4"
  }
}