source: trunk/composer.json @ 730

Last change on this file since 730 was 730, checked in by anonymous, 4 years ago
File size: 507 bytes
RevLine 
[496]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",
[509]10            "homepage": "http://www.strangecode.com/",
[496]11            "role": "Developer"
12        }
13    ],
14    "require": {
[730]15        "php": ">=5.6 <7.5"
[509]16    },
17    "require-dev": {
18        "phpunit/phpunit": "~3.7.0"
[496]19    }
20}
Note: See TracBrowser for help on using the repository browser.