|
19 | 19 | "php": ">= 7.1"
|
20 | 20 | },
|
21 | 21 | "require-dev": {
|
22 |
| - "drupol/launcher": "^2.2.2", |
23 |
| - "drupol/php-conventions": "^1.7.2 || ^1.8.6 || ^2", |
| 22 | + "drupol/php-conventions": "^5", |
24 | 23 | "drupol/phpmerkle": "^2.2",
|
25 |
| - "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", |
| 24 | + "friends-of-phpspec/phpspec-code-coverage": "^5", |
26 | 25 | "graphp/graphviz": "^0.2",
|
27 |
| - "infection/infection": "^0.13.6 || ^0.15.3", |
| 26 | + "infection/infection": "^0.22", |
| 27 | + "infection/phpspec-adapter": "^0.1", |
| 28 | + "loophp/launcher": "^2.2.2", |
28 | 29 | "microsoft/tolerant-php-parser": "^0.0.20",
|
29 |
| - "nikic/php-parser": "^4.3", |
| 30 | + "nikic/php-parser": "^4", |
30 | 31 | "phpbench/phpbench": "^0.16.10",
|
31 |
| - "phpspec/phpspec": "^5.1.2 || ^6.2.2", |
32 |
| - "phptaskman/changelog": "^1.0", |
33 |
| - "vimeo/psalm": "^3.18.2" |
| 32 | + "phpspec/phpspec": "^7" |
34 | 33 | },
|
35 | 34 | "config": {
|
36 | 35 | "sort-packages": true
|
|
48 | 47 | }
|
49 | 48 | },
|
50 | 49 | "scripts": {
|
51 |
| - "apigen": "./vendor/bin/apigen generate src --destination build/docs", |
52 |
| - "bench": "./vendor/bin/phpbench run --report=aggregate --store --precision=3", |
| 50 | + "changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u", |
| 51 | + "changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v", |
53 | 52 | "grumphp": "./vendor/bin/grumphp run",
|
54 |
| - "infection": "./vendor/bin/infection run -j 10", |
55 |
| - "scrutinizer": "./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml" |
56 |
| - } |
| 53 | + "infection": "./vendor/bin/infection run -j 1" |
| 54 | + }, |
| 55 | + "support": { |
| 56 | + "issues": "https://github.com/loophp/phptree/issues", |
| 57 | + "source": "https://github.com/loophp/phptree" |
| 58 | + }, |
| 59 | + "funding": [ |
| 60 | + { |
| 61 | + "type": "github", |
| 62 | + "url": "https://github.com/drupol" |
| 63 | + }, |
| 64 | + { |
| 65 | + "type": "paypal", |
| 66 | + "url": "https://www.paypal.me/drupol" |
| 67 | + } |
| 68 | + ] |
57 | 69 | }
|
0 commit comments