|
4 | 4 | "type": "library",
|
5 | 5 | "homepage": "https://neo4j-php.github.io/cypher-data-structures/#/",
|
6 | 6 | "license": "MIT",
|
| 7 | + "minimum-stability": "dev", |
7 | 8 | "authors": [
|
8 | 9 | {
|
9 | 10 | "name": "Syndesi (Sören Klein)",
|
|
30 | 31 | }
|
31 | 32 | },
|
32 | 33 | "require-dev": {
|
33 |
| - "vimeo/psalm": "^5.0", |
34 |
| - "boesing/psalm-plugin-stringf": "^1.1", |
35 |
| - "phpstan/phpstan": "^1.6", |
36 |
| - "phpunit/php-code-coverage": "^9.2", |
37 |
| - "infection/infection": "^0.27.0", |
38 |
| - "friendsofphp/php-cs-fixer": "^3.8", |
39 |
| - "phpunit/phpunit": "^9.5", |
40 |
| - "roave/no-leaks": "^1.3", |
| 34 | + "vimeo/psalm": "^6.2", |
| 35 | + "phpstan/phpstan": "^2.1", |
| 36 | + "phpunit/php-code-coverage": "^11", |
| 37 | + "infection/infection": "^0.29.8", |
| 38 | + "friendsofphp/php-cs-fixer": "^3.48", |
| 39 | + "phpunit/phpunit": "^11", |
41 | 40 | "phpbench/phpbench": "^1.2",
|
42 |
| - "infection/codeception-adapter": "^0.4.2" |
| 41 | + "infection/codeception-adapter": "^0.4.2", |
| 42 | + "thecodingmachine/safe": "v3.0.0 as v2.6" |
43 | 43 | },
|
44 | 44 | "scripts": {
|
45 |
| - "test": "php vendor/phpunit/phpunit/phpunit", |
| 45 | + "test": "php vendor/phpunit/phpunit/phpunit --display-phpunit-deprecations", |
46 | 46 | "test:coverage:xml": "export XDEBUG_MODE=coverage && php ./vendor/phpunit/phpunit/phpunit --coverage-clover coverage.xml",
|
47 | 47 | "test:coverage:html": "export XDEBUG_MODE=coverage && php ./vendor/phpunit/phpunit/phpunit --coverage-html ./tmp",
|
48 | 48 | "test:mutant": "export XDEBUG_MODE=coverage && php vendor/infection/infection/bin/infection --threads=4",
|
49 |
| - "test:leak": "export LEAK=true && php vendor/bin/roave-no-leaks", |
50 |
| - "cs:list": "php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --allow-risky=yes --dry-run ./src", |
51 |
| - "cs:fix": "php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --allow-risky=yes", |
| 49 | + "cs:list": "PHP_CS_FIXER_IGNORE_ENV=1 php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --allow-risky=yes --dry-run ./src", |
| 50 | + "cs:fix": "PHP_CS_FIXER_IGNORE_ENV=1 php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --allow-risky=yes", |
52 | 51 | "psalm": "php vendor/bin/psalm --show-info=true --no-cache",
|
53 | 52 | "psalm:fix": "php vendor/bin/psalm --alter --issues=MissingReturnType,InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType",
|
54 | 53 | "phpstan": "vendor/bin/phpstan",
|
|
0 commit comments