Skip to content

Commit

Permalink
Fixate selected dev dependencies
Browse files Browse the repository at this point in the history
Avoid the odd disruptions we sometimes have and make
upgrading a dedicated step.
  • Loading branch information
mfn committed Sep 5, 2022
1 parent 281da75 commit 6b8c370
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
Expand Up @@ -44,13 +44,13 @@
},
"require-dev": {
"ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "^3",
"friendsofphp/php-cs-fixer": "3.11.0",
"laravel/legacy-factories": "^1.0",
"mfn/php-cs-fixer-config": "^2",
"mockery/mockery": "^1.2",
"nunomaduro/larastan": "^1",
"nunomaduro/larastan": "1.0.3",
"orchestra/testbench": "4.0.*|5.0.*|^6.0|^7.0",
"phpstan/phpstan": "^1",
"phpstan/phpstan": "1.8.4",
"phpunit/phpunit": "~7.0|~8.0|^9",
"thecodingmachine/phpstan-safe-rule": "^1"
},
Expand Down

0 comments on commit 6b8c370

Please sign in to comment.