chore: upgrades dev tools

This commit is contained in:
Nuno Maduro
2022-12-07 14:17:44 +00:00
parent 21990ccd8b
commit f940b89284
2 changed files with 6 additions and 5 deletions

View File

@ -50,10 +50,8 @@
]
},
"require-dev": {
"pestphp/pest-dev-tools": "^2.0.0",
"rector/rector": "^0.15.0",
"symfony/process": "^6.2.0",
"symplify/phpstan-rules": "^11.1.17"
"pestphp/pest-dev-tools": "^2.1.0",
"symfony/process": "^6.2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
@ -70,7 +68,7 @@
"scripts": {
"refacto": "rector",
"lint": "pint",
"test:refactor": "rector --dry-run",
"test:refacto": "rector --dry-run",
"test:lint": "pint --test",
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",