Skip to content

Commit 77cd2c6

Browse files
authored
Merge pull request #2 from lara-zeus/remove-tests
remove tests stubs
2 parents ac2579c + b8d2efb commit 77cd2c6

File tree

7 files changed

+61
-285
lines changed

7 files changed

+61
-285
lines changed

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,13 @@
3737
"lara-zeus/core": "dev-main"
3838
},
3939
"require-dev": {
40-
"orchestra/testbench": "^6.0 || ^7.0",
41-
"phpunit/phpunit": "^9.5.10"
40+
"orchestra/testbench": "^6.0 || ^7.0"
4241
},
4342
"autoload": {
4443
"psr-4": {
4544
"LaraZeus\\Sky\\": "src"
4645
}
4746
},
48-
"autoload-dev": {
49-
"psr-4": {
50-
"LaraZeus\\Sky\\Tests\\": "tests"
51-
}
52-
},
53-
"scripts": {
54-
"test": "vendor/bin/phpunit",
55-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
56-
},
5747
"config": {
5848
"sort-packages": true
5949
},

composer.lock

Lines changed: 60 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)