Skip to content

Commit

Permalink
Merge pull request #72 from RonasIT/add-composer-lock-file-to-vcs
Browse files Browse the repository at this point in the history
Add composer lock file to VCS
  • Loading branch information
DenTray committed Dec 21, 2023
2 parents e8be6dd + fde6c30 commit 92f21b6
Show file tree
Hide file tree
Showing 3 changed files with 3,708 additions and 3,707 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"laravel/framework": ">=5.7.0",
"ronasit/laravel-helpers": ">=2.5",
"laravel/legacy-factories": ">=1.3.0",
"orchestra/testbench": "^6.25",
"ext-json": "*"
},
"require-dev": {
Expand All @@ -22,19 +23,21 @@
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0",
"mikey179/vfsstream": "^1.6.11",
"php-mock/php-mock": "^2.4.1",
"orchestra/testbench": "^6.25"
"php-mock/php-mock": "^2.4.1"
},
"autoload": {
"psr-4": {
"RonasIT\\Support\\Tests\\": "tests/",
"RonasIT\\Support\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"RonasIT\\Support\\Tests\\": "tests/",
"RonasIT\\Support\\Tests\\Support\\": "tests/Support/"
},
"files": [
"tests/TestCase.php"
]
Expand Down
Loading

0 comments on commit 92f21b6

Please sign in to comment.