Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Sep 1, 2022
1 parent e455a86 commit 499dd62
Show file tree
Hide file tree
Showing 3 changed files with 1,770 additions and 2 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@
"require": {
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Ahr1384\\LaravelPanel\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ahr1384\\LaravelPanel\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 499dd62

Please sign in to comment.