Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump the deps group with 3 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), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [nunomaduro/larastan](https://github.com/larastan/larastan) to permit the latest version.

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

Updates `phpstan/phpstan` to 1.10.57
- [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.40...1.10.57)

Updates `nunomaduro/larastan` to 2.8.1
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/2.x/RELEASE.md)
- [Commits](larastan/larastan@v2.6.4...v2.8.1)

---
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
- dependency-name: nunomaduro/larastan
  dependency-type: direct:development
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Feb 1, 2024
1 parent b6083dd commit ccf92a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -44,12 +44,12 @@
},
"require-dev": {
"ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "3.37.1",
"friendsofphp/php-cs-fixer": "3.48.0",
"laravel/legacy-factories": "^1.0",
"mfn/php-cs-fixer-config": "^2",
"mockery/mockery": "^1.2",
"phpstan/phpstan": "1.10.40",
"nunomaduro/larastan": "2.6.4",
"phpstan/phpstan": "1.10.57",
"nunomaduro/larastan": "2.8.1",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9",
"thecodingmachine/phpstan-safe-rule": "^1"

0 comments on commit ccf92a5

Please sign in to comment.