|
1 | 1 | {
|
| 2 | + "name": "develop/staticus", |
| 3 | + "type": "project", |
| 4 | + "license": "Commercial", |
2 | 5 | "repositories": [
|
3 | 6 | {
|
4 | 7 | "type": "vcs",
|
5 | 8 | "url": "https://github.com/newage/AudioManager.git"
|
6 | 9 | }
|
7 | 10 | ],
|
| 11 | + "extra": { |
| 12 | + "branch-alias": { |
| 13 | + "dev-master": "1.0-dev", |
| 14 | + "dev-develop": "1.1-dev" |
| 15 | + } |
| 16 | + }, |
8 | 17 | "require": {
|
9 | 18 | "newage/AudioManager": "0.0.1",
|
10 |
| - "vlucas/phpdotenv": "2.2" |
| 19 | + "vlucas/phpdotenv": "2.2", |
| 20 | + "php": "^5.5 || ^7.0", |
| 21 | + "roave/security-advisories": "dev-master", |
| 22 | + "zendframework/zend-expressive": "^1.0", |
| 23 | + "zendframework/zend-expressive-helpers": "^2.0", |
| 24 | + "zendframework/zend-stdlib": "~2.7", |
| 25 | + "zendframework/zend-expressive-fastroute": "^1.0", |
| 26 | + "zendframework/zend-servicemanager": "^2.7.3 || ^3.0", |
| 27 | + "ocramius/proxy-manager": "^1.0 || ^2.0", |
| 28 | + "zendframework/zend-expressive-platesrenderer": "^1.0", |
| 29 | + "aura/di": "^3.1" |
| 30 | + }, |
| 31 | + "require-dev": { |
| 32 | + "phpunit/phpunit": "^4.8", |
| 33 | + "squizlabs/php_codesniffer": "^2.3", |
| 34 | + "filp/whoops": "^1.1 || ^2.0" |
11 | 35 | },
|
12 | 36 | "autoload" : {
|
13 | 37 | "files": [
|
14 | 38 | "library/Common/Config/env.php",
|
15 | 39 | "library/Common/Debug/debug.php"
|
16 |
| - ] |
| 40 | + ], |
| 41 | + "psr-4": { |
| 42 | + "App\\": "src/App/", |
| 43 | + "Common\\": "src/Common/", |
| 44 | + "Voice\\": "src/Voice/" |
| 45 | + } |
| 46 | + }, |
| 47 | + "autoload-dev": { |
| 48 | + "psr-4": { |
| 49 | + "AppTest\\": "test/AppTest/" |
| 50 | + } |
17 | 51 | }
|
18 | 52 | }
|
0 commit comments