Skip to content

Commit

Permalink
Merge pull request #78 from RonasIT/optimize-dependencies
Browse files Browse the repository at this point in the history
chore: change dependency location from `require` to `require-dev`.
  • Loading branch information
DenTray committed Jan 18, 2024
2 parents 92f21b6 + afb135a commit a9682ad
Show file tree
Hide file tree
Showing 2 changed files with 3,740 additions and 3,738 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"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 @@ -23,7 +22,8 @@
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0",
"mikey179/vfsstream": "^1.6.11",
"php-mock/php-mock": "^2.4.1"
"php-mock/php-mock": "^2.4.1",
"orchestra/testbench": "^6.25"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a9682ad

Please sign in to comment.