Skip to content

Commit

Permalink
chore: reduce require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 26, 2024
1 parent 39d6dd7 commit 34e9b66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.17.1 || ^3.60",
"phpstan/phpstan": "^0.12 || ^1.1",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/extension-installer": "^1.4",
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"
},
"scripts": {
Expand All @@ -69,10 +66,5 @@
"composer cs-fixer",
"composer phpunit"
]
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit 34e9b66

Please sign in to comment.