Skip to content

Commit

Permalink
updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
roblesterjr04 committed Aug 17, 2023
1 parent d13e63c commit 765fa66
Show file tree
Hide file tree
Showing 12 changed files with 5,203 additions and 3,272 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Lester\\Health\\": "src/"
"Lester\\Health\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"": "tests/"
"Tests\\": "tests"
}
},
"authors": [
Expand Down Expand Up @@ -43,7 +43,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^10.2"
"phpunit/phpunit": "^10.2",
"orchestra/testbench": "^6.23|^7.6|^8.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
Expand Down

0 comments on commit 765fa66

Please sign in to comment.