mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +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
|
- name: Types
|
||||||
run: composer test:types
|
run: composer test:types
|
||||||
|
|
||||||
|
- name: Refacto
|
||||||
|
run: composer test:refacto
|
||||||
|
|
||||||
- name: Style
|
- name: Style
|
||||||
run: composer test:lint
|
run: composer test:lint
|
||||||
|
|||||||
@ -50,10 +50,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"pestphp/pest-dev-tools": "^2.0.0",
|
"pestphp/pest-dev-tools": "^2.1.0",
|
||||||
"rector/rector": "^0.15.0",
|
"symfony/process": "^6.2.0"
|
||||||
"symfony/process": "^6.2.0",
|
|
||||||
"symplify/phpstan-rules": "^11.1.17"
|
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
@ -70,7 +68,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"refacto": "rector",
|
"refacto": "rector",
|
||||||
"lint": "pint",
|
"lint": "pint",
|
||||||
"test:refactor": "rector --dry-run",
|
"test:refacto": "rector --dry-run",
|
||||||
"test:lint": "pint --test",
|
"test:lint": "pint --test",
|
||||||
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
|
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
|
||||||
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
|
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
|
||||||
|
|||||||
Reference in New Issue
Block a user