Skip to content

Commit

Permalink
chore: Move phpunit in composer bin
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Sep 15, 2024
1 parent dd260cf commit f36451d
Show file tree
Hide file tree
Showing 4 changed files with 1,768 additions and 1,745 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@
]
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^9.5"
"bamarni/composer-bin-plugin": "^1.8"
},
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
}
}
}
Loading

0 comments on commit f36451d

Please sign in to comment.