source: trunk/composer.json

Last change on this file was 800, checked in by anonymous, 5 months ago

Update composer

File size: 511 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-or-later",
6    "authors": [
7        {
8            "name": "Quinn Comendant",
9            "email": "quinn@strangecode.com",
10            "homepage": "https://www.strangecode.com/",
11            "role": "Developer"
12        }
13    ],
14    "require": {
15        "php": ">=5.6"
16    },
17    "require-dev": {
18        "phpunit/phpunit": "~3.7.0"
19    }
20}
Note: See TracBrowser for help on using the repository browser.