* Move to GitHub Actions * Switch badges to GitHub Actions * Add dependabot for github-actions actions
9 lines
108 B
JSON
9 lines
108 B
JSON
{
|
|
"require": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|