Skip to content

Commit

Permalink
chore(deps-dev): bump the deps group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.

Updates `friendsofphp/php-cs-fixer` to 3.21.1
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.21.1/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.20.0...v3.21.1)

Updates `phpstan/phpstan` to 1.10.25
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.22...1.10.25)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  dependency-group: deps
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 6cbe164 commit f103a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"require-dev": {
"ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "3.20.0",
"friendsofphp/php-cs-fixer": "3.21.1",
"laravel/legacy-factories": "^1.0",
"mfn/php-cs-fixer-config": "^2",
"mockery/mockery": "^1.2",
"phpstan/phpstan": "1.10.22",
"phpstan/phpstan": "1.10.25",
"nunomaduro/larastan": "2.6.3",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9",
Expand Down

0 comments on commit f103a39

Please sign in to comment.