Skip to content

Commit

Permalink
chore(composer): update symfony/process version
Browse files Browse the repository at this point in the history
- Updated symfony/process version in composer.json
- Added support for symfony/process version 7.0
  • Loading branch information
guanguans committed Jan 15, 2024
1 parent 612e4ee commit 8caba07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": ">=7.2",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/process": "^5.4 || ^6.0"
"symfony/process": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
Expand All @@ -52,7 +52,7 @@
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
"rector/rector": "^0.18",
"spatie/phpunit-snapshot-assertions": "^3.0 || ^4.0",
"symfony/var-dumper": "^5.4 || ^6.0",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "^4.30 || ^5.0"
},
"minimum-stability": "dev",
Expand Down Expand Up @@ -117,7 +117,7 @@
"post-update-cmd": [
"@cghooks update"
],
"ai-commit": "/usr/local/opt/[email protected]/bin/php ./vendor/bin/ai-commit commit --generator=bito_cli --ansi",
"ai-commit": "/opt/homebrew/opt/[email protected]/bin/php ./vendor/bin/ai-commit commit --generator=bito_cli --ansi",
"ai-commit-no-verify": "@ai-commit --commit-options=--no-verify",
"benchmark": "@php ./vendor/bin/phpbench run --warmup=1 --retry-threshold=1 --iterations=3 --revs=5 --ansi -v",
"cghooks": "@php ./vendor/bin/cghooks --ansi -v",
Expand Down Expand Up @@ -162,7 +162,7 @@
"psalm-baseline": "@psalm --update-baseline",
"rector": "@php ./vendor/bin/rector --ansi -v",
"rector-dry-run": "@rector --dry-run",
"release": "/usr/local/opt/[email protected]/bin/php ./vendor/bin/monorepo-builder release --ansi -v",
"release": "/opt/homebrew/opt/[email protected]/bin/php ./vendor/bin/monorepo-builder release --ansi -v",
"release-major": "@release major",
"release-major-dry-run": "@release-major --dry-run",
"release-minor": "@release minor",
Expand Down

0 comments on commit 8caba07

Please sign in to comment.