Skip to content

Commit

Permalink
feat(package): add orchestra/testbench & phpunit/phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
alisalehi1380 committed Mar 13, 2024
1 parent 2544ef2 commit 8c213f2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alisalehi/laravel-task-manager",
"description": "easiest way to manage task in laravel",
"description": "for manage task in laravel",
"keywords": [
"laravel task manager package",
"laravel task manager"
Expand Down Expand Up @@ -29,5 +29,17 @@
]
}
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"require-dev": {
"orchestra/testbench": "^8.22",
"phpunit/phpunit": "^10.5"
},
"autoload-dev": {
"psr-4": {
"AliSalehi\\Task\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit tests/BaseTest.php"
}
}

0 comments on commit 8c213f2

Please sign in to comment.