Compare commits

...

3 Commits

3 changed files with 425 additions and 537 deletions

View File

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

View File

@ -13,7 +13,7 @@
"php": "^8.3",
"ext-mbstring": "*",
"cebe/markdown": "^1.2",
"laravel/prompts": "^0.1.13",
"laravel/prompts": "^0.3.0",
"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": "^2.26",
"pestphp/pest": "^3.0",
"phpstan/phpstan": "^1.2",
"rector/rector": "^1.0",
"robiningelbrecht/phpunit-pretty-print": "^1.2",

950
composer.lock generated

File diff suppressed because it is too large Load Diff