Skip to content

Commit

Permalink
Merge pull request #2 from lara-zeus/remove-tests
Browse files Browse the repository at this point in the history
remove tests stubs
  • Loading branch information
atmonshi authored Apr 19, 2022
2 parents ac2579c + b8d2efb commit 77cd2c6
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 285 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,13 @@
"lara-zeus/core": "dev-main"
},
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0",
"phpunit/phpunit": "^9.5.10"
"orchestra/testbench": "^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
"LaraZeus\\Sky\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"LaraZeus\\Sky\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
},
Expand Down
117 changes: 60 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 77cd2c6

Please sign in to comment.