Skip to content

Commit

Permalink
chore(dependencies): update composer dependencies versions
Browse files Browse the repository at this point in the history
- Updated `brainmaestro/composer-git-hooks` to allow version `^3.0`
- Upgraded `phpstan/extension-installer` to `^1.4`
- Upgraded `phpstan/phpstan` to `^1.11`
- Upgraded `phpstan/phpstan-deprecation-rules` to `^1.2`
- Upgraded `rector/rector` to `^1.2`

These updates ensure compatibility with newer versions and improve overall package stability.
  • Loading branch information
guanguans committed Aug 20, 2024
1 parent 7f21273 commit 7268c9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
"ergebnis/composer-normalize": "^2.20",
"friendsofphp/php-cs-fixer": "^3.4",
"guanguans/ai-commit": "dev-main",
Expand All @@ -51,10 +51,10 @@
"pestphp/pest": "^1.23 || ^2.0",
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"rector/rector": "^1.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
"rector/rector": "^1.2",
"vimeo/psalm": "^4.30 || ^5.0"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 7268c9f

Please sign in to comment.