source: trunk/composer.json @ 496

Last change on this file since 496 was 496, checked in by anonymous, 10 years ago

Preparing for v2.2. This version will be less conservative towards backwards compatability. Users of codebase <= 2.1.8 or trunk installed before 07 Sept 2014 should use /tags/2.1.8, otherwise upgrade their implementation.

File size: 646 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": "https://trac.strangecode.com/codebase/",
11            "role": "Developer"
12        }
13    ],
14    "repositories": [
15        {
16            "type": "pear",
17            "url": "http://pear.php.net"
18        }
19    ],
20    "require": {
21        "php": ">=5.3.7",
22        "pear-pear/XML_Serializer": "*",
23        "phpunit/phpunit": ">=3.7"
24    }
25}
Note: See TracBrowser for help on using the repository browser.