|
1 | 1 | {
|
2 | 2 | "name": "zendframework/zend-pimple-config",
|
3 |
| - "description": "PSR-11 Pimple container configurator for Expressive applications", |
| 3 | + "description": "PSR-11 Pimple container configurator for ZF and Expressive applications", |
4 | 4 | "license": "BSD-3-Clause",
|
5 | 5 | "keywords": [
|
6 | 6 | "expressive",
|
|
11 | 11 | "psr-11"
|
12 | 12 | ],
|
13 | 13 | "support": {
|
14 |
| - "issues": "https://github.com/webimpress/zend-pimple-config/issues", |
15 |
| - "source": "https://github.com/webimpress/zend-pimple-config", |
16 |
| - "rss": "https://github.com/webimpress/zend-pimple-config/releases.atom", |
| 14 | + "issues": "https://github.com/zendframework/zend-pimple-config/issues", |
| 15 | + "source": "https://github.com/zendframework/zend-pimple-config", |
| 16 | + "rss": "https://github.com/zendframework/zend-pimple-config/releases.atom", |
17 | 17 | "slack": "https://zendframework-slack.herokuapp.com",
|
18 | 18 | "forum": "https://discourse.zendframework.com/c/questions/expressive"
|
19 | 19 | },
|
|
22 | 22 | "pimple/pimple": "^3.2.2"
|
23 | 23 | },
|
24 | 24 | "require-dev": {
|
25 |
| - "phpunit/phpunit": "^5.7.22 || ^6.3.1", |
| 25 | + "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
26 | 26 | "zendframework/zend-coding-standard": "~1.0.0"
|
27 | 27 | },
|
28 | 28 | "autoload": {
|
|
54 | 54 | "test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
|
55 | 55 | "upload-coverage": "coveralls -v"
|
56 | 56 | },
|
57 |
| - "homepage": "https://github.com/webimpress/zend-pimple-config" |
| 57 | + "homepage": "https://github.com/zendframework/zend-pimple-config" |
58 | 58 | }
|
0 commit comments