Compare commits

..

1 Commits

Author SHA1 Message Date
8def6ee9eb Update dependency phpstan/phpstan to v2
Some checks failed
renovate/artifacts Artifact file update failure
2024-11-26 01:00:45 +00:00
3 changed files with 539 additions and 427 deletions

View File

@ -9,28 +9,28 @@ steps:
- composer install
- name: phpstan
image: php:8.4
image: php:8.3
depends_on:
- install
commands:
- vendor/bin/phpstan analyse
- name: rector
image: php:8.4
image: php:8.3
depends_on:
- install
commands:
- vendor/bin/rector process --dry-run
- name: pest
image: php:8.4
image: php:8.3
depends_on:
- install
commands:
- vendor/bin/pest
- name: style check
image: php:8.4
image: php:8.3
depends_on:
- install
commands:

View File

@ -13,7 +13,7 @@
"php": "^8.3",
"ext-mbstring": "*",
"cebe/markdown": "^1.2",
"laravel/prompts": "^0.3.0",
"laravel/prompts": "^0.1.13",
"nette/php-generator": "^4.1",
"phppkg/cli-markdown": "^2.0",
"symfony/console": "^7"
@ -22,7 +22,7 @@
"friendsofphp/php-cs-fixer": "^3.3",
"jetbrains/phpstorm-attributes": "^1.0",
"nunomaduro/collision": "^8",
"pestphp/pest": "^3.0",
"pestphp/pest": "^2.26",
"phpstan/phpstan": "^2.0",
"rector/rector": "^1.0",
"robiningelbrecht/phpunit-pretty-print": "^1.2",

954
composer.lock generated

File diff suppressed because it is too large Load Diff