Skip to content

Commit

Permalink
Fix composer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Jul 22, 2022
1 parent 9cbffac commit 2e16081
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@
"Daaner\\TurboSMS\\Tests\\": "tests/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"require-dev": {
"orchestra/testbench": ">7.6",
"phpunit/phpunit": ">9.5"
"orchestra/testbench": ">=3.5",
"phpunit/phpunit": ">=7.0"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit 2e16081

Please sign in to comment.