|
1 | 1 | { |
2 | 2 | "name": "zfcampus/zf-apigility-skeleton", |
3 | 3 | "description": "Skeleton Application for Apigility", |
4 | | - "type": "library", |
| 4 | + "type": "project", |
5 | 5 | "license": "BSD-3-Clause", |
6 | 6 | "keywords": [ |
7 | 7 | "api", |
|
11 | 11 | ], |
12 | 12 | "homepage": "http://apigility.org/", |
13 | 13 | "support": { |
14 | | - "email": "apigility-users@zend.com", |
15 | | - "irc": "irc://irc.freenode.net/apigility", |
| 14 | + "issues": "https://github.com/zfcampus/zf-apigility-skeleton/issues", |
16 | 15 | "source": "https://github.com/zfcampus/zf-apigility-skeleton", |
17 | | - "issues": "https://github.com/zfcampus/zf-apigility-skeleton/issues" |
| 16 | + "rss": "https://github.com/zfcampus/zf-apigility-skeleton/releases.atom", |
| 17 | + "slack": "https://zendframework-slack.herokuapp.com", |
| 18 | + "forum": "https://discourse.zendframework.com/c/questions/apigility" |
18 | 19 | }, |
19 | 20 | "config": { |
20 | 21 | "process-timeout": 5000 |
|
27 | 28 | }, |
28 | 29 | "require": { |
29 | 30 | "php": "^5.6 || ^7.0", |
30 | | - "zendframework/zend-component-installer": "^1.0 || ^0.5 || ^1.0.0-dev@dev", |
| 31 | + "zendframework/zend-component-installer": "^1.1.1 || ^2.1.1", |
31 | 32 | "zfcampus/zf-apigility": "^1.3", |
32 | 33 | "zfcampus/zf-apigility-documentation": "^1.2.3", |
33 | | - "zfcampus/zf-development-mode": "^3.0" |
| 34 | + "zfcampus/zf-development-mode": "^3.1" |
34 | 35 | }, |
35 | 36 | "require-dev": { |
36 | | - "zendframework/zend-developer-tools": "^1.1", |
37 | | - "zfcampus/zf-apigility-admin": "^1.5.9", |
38 | | - "zfcampus/zf-asset-manager": "^1.1.1", |
39 | | - "zfcampus/zf-composer-autoloading": "^1.0", |
| 37 | + "zendframework/zend-developer-tools": "^1.1.1", |
| 38 | + "zfcampus/zf-apigility-admin": "^1.5.13", |
| 39 | + "zfcampus/zf-asset-manager": "^1.2", |
| 40 | + "zfcampus/zf-composer-autoloading": "^1.1.1 || ^2.0", |
40 | 41 | "zfcampus/zf-deploy": "^1.2" |
41 | 42 | }, |
42 | 43 | "suggest": { |
|
63 | 64 | "development-disable": "zf-development-mode disable", |
64 | 65 | "development-enable": "zf-development-mode enable", |
65 | 66 | "development-status": "zf-development-mode status", |
66 | | - "serve": "php -S 0.0.0.0:8080 -t public/ public/index.php", |
| 67 | + "post-create-project-cmd": ["@development-enable"], |
| 68 | + "serve": "php -S 0.0.0.0:8080 -t public/", |
67 | 69 | "test": "phpunit" |
68 | 70 | } |
69 | 71 | } |
0 commit comments