Skip to content

Commit 57c06e0

Browse files
author
Konstantin Lapkovsky
committed
Merge branch 'master' into 49-cover-entity-generator-with-tests
2 parents 9151809 + 92f21b6 commit 57c06e0

File tree

10 files changed

+9148
-19
lines changed

10 files changed

+9148
-19
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.idea
22
vendor/
3-
composer.lock
43
.phpunit.result.cache
5-
.phpunit.result.cache

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"laravel/framework": ">=5.7.0",
1515
"ronasit/laravel-helpers": ">=2.5",
1616
"laravel/legacy-factories": ">=1.3.0",
17+
"orchestra/testbench": "^6.25",
1718
"ext-json": "*"
1819
},
1920
"require-dev": {
@@ -22,19 +23,21 @@
2223
"mockery/mockery": "^1.4",
2324
"phpunit/phpunit": "^8.0",
2425
"mikey179/vfsstream": "^1.6.11",
25-
"php-mock/php-mock": "^2.4.1",
26-
"orchestra/testbench": "^6.25"
26+
"php-mock/php-mock": "^2.4.1"
2727
},
2828
"autoload": {
2929
"psr-4": {
30-
"RonasIT\\Support\\Tests\\": "tests/",
3130
"RonasIT\\Support\\": "src/"
3231
},
3332
"files": [
3433
"src/helpers.php"
3534
]
3635
},
3736
"autoload-dev": {
37+
"psr-4": {
38+
"RonasIT\\Support\\Tests\\": "tests/",
39+
"RonasIT\\Support\\Tests\\Support\\": "tests/Support/"
40+
},
3841
"files": [
3942
"tests/TestCase.php"
4043
]

0 commit comments

Comments
 (0)