Skip to content

Commit

Permalink
chore(deps-dev): update dev dependencies versions
Browse files Browse the repository at this point in the history
- Updated composer/composer dev dependency to version 2.7
- Updated php-mock/php-mock-phpunit dev dependency to version 2.10
- Updated rector/rector dev dependency to version 1.0
  • Loading branch information
guanguans committed Feb 22, 2024
1 parent 46c38c7 commit 2717da6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"symfony/process": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
"composer/composer": "^2.6",
"brainmaestro/composer-git-hooks": "^2.8",
"composer/composer": "^2.7",
"ergebnis/composer-normalize": "^2.20",
"friendsofphp/php-cs-fixer": "^3.4",
"guanguans/ai-commit": "dev-main",
Expand All @@ -47,12 +47,12 @@
"mockery/mockery": "^1.6",
"pestphp/pest": "^1.23 || ^2.0",
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
"php-mock/php-mock-phpunit": "^2.9",
"php-mock/php-mock-phpunit": "^2.10",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"rector/rector": "^0.19 || ^1.0",
"rector/rector": "^1.0",
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.0",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "^4.30 || ^5.0"
Expand Down Expand Up @@ -138,12 +138,12 @@
],
"composer-bin-all-update": "@composer bin all update --ansi -v",
"composer-check-platform-reqs": "@composer check-platform-reqs --lock --ansi -v",
"composer-fixer": [
"Composer\\Config::disableProcessTimeout",
"@php ./composer-fixer"
],
"composer-normalize": "@composer normalize --dry-run --diff --ansi -v",
"composer-unused": "@php ./vendor/bin/composer-unused --ansi -v",
"composer-updater": [
"Composer\\Config::disableProcessTimeout",
"@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.3/bin/php --ansi"
],
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
"dump-soar": [
"@dump-soar-docblock",
Expand Down Expand Up @@ -174,7 +174,7 @@
],
"psalm": "@php ./vendor/bin/psalm",
"psalm-baseline": "@psalm --update-baseline",
"rector": "@php ./vendor/bin/rector --ansi -v",
"rector": "@php ./vendor/bin/rector --clear-cache --ansi -v",
"rector-dry-run": "@rector --dry-run",
"release": "/opt/homebrew/opt/php@7.3/bin/php ./vendor/bin/monorepo-builder release --ansi -v",
"release-major": "@release major",
Expand All @@ -183,8 +183,8 @@
"release-minor-dry-run": "@release-minor --dry-run",
"release-patch": "@release patch",
"release-patch-dry-run": "@release-patch --dry-run",
"style-fix": "@php ./vendor/bin/php-cs-fixer fix --using-cache=yes --config=.php-cs-fixer.php --ansi -v",
"style-lint": "@style-fix --diff --dry-run",
"style-fix": "@php ./vendor/bin/php-cs-fixer fix --using-cache=yes --config=.php-cs-fixer.php --diff --ansi -v",
"style-lint": "@style-fix --dry-run",
"test": "@pest",
"test-coverage": "@pest-coverage",
"test-migrate-configuration": "@pest-migrate-configuration",
Expand Down

0 comments on commit 2717da6

Please sign in to comment.