|
1 | 1 | {
|
2 | 2 | "name": "laminas/laminas-code",
|
3 | 3 | "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
|
4 |
| - "license": "BSD-3-Clause", |
5 | 4 | "keywords": [
|
6 | 5 | "laminas",
|
7 | 6 | "laminasframework",
|
8 | 7 | "code"
|
9 | 8 | ],
|
10 | 9 | "homepage": "https://laminas.dev",
|
11 |
| - "support": { |
12 |
| - "docs": "https://docs.laminas.dev/laminas-code/", |
13 |
| - "issues": "https://github.com/laminas/laminas-code/issues", |
14 |
| - "source": "https://github.com/laminas/laminas-code", |
15 |
| - "rss": "https://github.com/laminas/laminas-code/releases.atom", |
16 |
| - "chat": "https://laminas.dev/chat", |
17 |
| - "forum": "https://discourse.laminas.dev" |
18 |
| - }, |
19 |
| - "config": { |
20 |
| - "sort-packages": true |
21 |
| - }, |
| 10 | + "license": "BSD-3-Clause", |
22 | 11 | "require": {
|
23 | 12 | "php": "^7.4 || ~8.0.0",
|
24 | 13 | "laminas/laminas-eventmanager": "^3.3"
|
25 | 14 | },
|
| 15 | + "replace": { |
| 16 | + "zendframework/zend-code": "self.version" |
| 17 | + }, |
| 18 | + "conflict": { |
| 19 | + "phpspec/prophecy": "<1.9.0" |
| 20 | + }, |
26 | 21 | "require-dev": {
|
27 | 22 | "ext-phar": "*",
|
28 | 23 | "doctrine/annotations": "^1.10.4",
|
|
32 | 27 | "psalm/plugin-phpunit": "^0.14.0",
|
33 | 28 | "vimeo/psalm": "^4.3.1"
|
34 | 29 | },
|
35 |
| - "conflict": { |
36 |
| - "phpspec/prophecy": "<1.9.0" |
37 |
| - }, |
38 | 30 | "suggest": {
|
39 | 31 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
40 | 32 | "laminas/laminas-stdlib": "Laminas\\Stdlib component",
|
41 | 33 | "laminas/laminas-zendframework-bridge": "A bridge with Zend Framework"
|
42 | 34 | },
|
| 35 | + "config": { |
| 36 | + "sort-packages": true |
| 37 | + }, |
43 | 38 | "autoload": {
|
44 | 39 | "psr-4": {
|
45 | 40 | "Laminas\\Code\\": "src/"
|
|
57 | 52 | ],
|
58 | 53 | "cs-check": "phpcs",
|
59 | 54 | "cs-fix": "phpcbf",
|
| 55 | + "static-analysis": "psalm --shepherd --stats", |
60 | 56 | "test": "phpunit --colors=always",
|
61 |
| - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", |
62 |
| - "static-analysis": "psalm --shepherd --stats" |
| 57 | + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" |
63 | 58 | },
|
64 |
| - "replace": { |
65 |
| - "zendframework/zend-code": "self.version" |
| 59 | + "support": { |
| 60 | + "issues": "https://github.com/laminas/laminas-code/issues", |
| 61 | + "forum": "https://discourse.laminas.dev", |
| 62 | + "chat": "https://laminas.dev/chat", |
| 63 | + "source": "https://github.com/laminas/laminas-code", |
| 64 | + "docs": "https://docs.laminas.dev/laminas-code/", |
| 65 | + "rss": "https://github.com/laminas/laminas-code/releases.atom" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments