Skip to content

Commit

Permalink
Add infection to dev dependencies to resolve nikic/php-parser correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dkreuer committed Nov 4, 2024
1 parent f6d181e commit 83d0beb
Show file tree
Hide file tree
Showing 2 changed files with 879 additions and 14 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"require-dev": {
"composer/composer": "^2.8",
"phpunit/phpunit": "^10.5",
"bamarni/composer-bin-plugin": "^1.8"
"bamarni/composer-bin-plugin": "^1.8",
"infection/infection": "0.27.10"
},
"autoload": {
"psr-4": {
Expand All @@ -32,7 +33,8 @@
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
"bamarni/composer-bin-plugin": true,
"infection/extension-installer": false
}
}
}
Loading

0 comments on commit 83d0beb

Please sign in to comment.