mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: upgrades dev tools
This commit is contained in:
3
.github/workflows/static.yml
vendored
3
.github/workflows/static.yml
vendored
@ -28,5 +28,8 @@ jobs:
|
||||
- name: Types
|
||||
run: composer test:types
|
||||
|
||||
- name: Refacto
|
||||
run: composer test:refacto
|
||||
|
||||
- name: Style
|
||||
run: composer test:lint
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user