Continued:
[core.git] / composer.json
1 {
2     "name": "quix0r/core",
3     "description": "Core Object-Oriented Framework",
4     "type": "library",
5     "license": "GPLv3+",
6     "authors": [
7         {
8             "name": "Roland Häder",
9             "email": "roland@mxchange.org"
10         }
11     ],
12     "minimum-stability": "stable",
13     "require-dev": {
14         "phpunit/phpunit": "^6.3"
15     }
16 }