Skip to content

Commit

Permalink
Merge pull request #1788 from nextcloud/artonge/chore/use_composer_bi…
Browse files Browse the repository at this point in the history
…n_for_phpunit

chore: Move phpunit in composer bin
  • Loading branch information
come-nc authored Sep 15, 2024
2 parents dd260cf + f36451d commit f4cc0ba
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 f4cc0ba

Please sign in to comment.