Skip to content

Commit

Permalink
update: composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Apr 26, 2022
1 parent 7675292 commit 135cdbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
"hsldymq/whisper": "^0.4"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^9.5"
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.5"
},
"autoload": {
"psr-4": {
"Archman\\BugsBunny\\": "./src"
}
},
"scripts": {
"test": "phpunit"
}
}

0 comments on commit 135cdbd

Please sign in to comment.