Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman committed Oct 25, 2024
1 parent 3d9b307 commit 39e2528
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"mockery/mockery": "^1",
"phpunit/phpunit": "^9 || ^10 || ^11",
"tightenco/tlint": "^8 || ^9",
"orchestra/testbench": "^7 || ^8 || ^9"
"orchestra/testbench": "^7 || ^8 || ^9",
"nunomaduro/collision": "^8.5"
},
"extra": {
"include_files": [
Expand All @@ -54,6 +55,6 @@
},
"scripts": {
"lint": "vendor/bin/tlint",
"test": "vendor/bin/phpunit"
"test": "vendor/bin/testbench package:test"
}
}

0 comments on commit 39e2528

Please sign in to comment.