source: trunk/composer.json

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

Update composer

File size: 511 bytes
RevLine 
[496]1{
2    "name": "strangecode/codebase",
3    "type": "project",
4    "description": "The Strangecode Codebase - a general application framework for PHP",
[800]5    "license": "GPL-3.0-or-later",
[496]6    "authors": [
7        {
8            "name": "Quinn Comendant",
9            "email": "quinn@strangecode.com",
[800]10            "homepage": "https://www.strangecode.com/",
[496]11            "role": "Developer"
12        }
13    ],
14    "require": {
[800]15        "php": ">=5.6"
[509]16    },
17    "require-dev": {
18        "phpunit/phpunit": "~3.7.0"
[496]19    }
20}
Note: See TracBrowser for help on using the repository browser.