source: trunk/composer.json @ 516

Last change on this file since 516 was 516, checked in by anonymous, 9 years ago
File size: 503 bytes
Line 
1{
2    "name": "strangecode/codebase",
3    "type": "project",
4    "description": "The Strangecode Codebase - a general application framework for PHP",
5    "license": "GPL-3.0+",
6    "authors": [
7        {
8            "name": "Quinn Comendant",
9            "email": "quinn@strangecode.com",
10            "homepage": "http://www.strangecode.com/",
11            "role": "Developer"
12        }
13    ],
14    "require": {
15        "php": "^5.3.7"
16    },
17    "require-dev": {
18        "phpunit/phpunit": "~3.7.0"
19    }
20}
Note: See TracBrowser for help on using the repository browser.