YOURLS/tests/composer.json
Léo Colombaro 2c52909107
Move to GitHub Actions (#2828)
* Move to GitHub Actions
* Switch badges to GitHub Actions
* Add dependabot for github-actions actions
2021-02-04 13:44:35 +01:00

9 lines
108 B
JSON

{
"require": {
"phpunit/phpunit": "*"
},
"scripts": {
"test": "phpunit"
}
}