Skip to content

Commit

Permalink
Merge pull request #10 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Fixed dependency visibility
  • Loading branch information
andrey-helldar authored Feb 21, 2023
2 parents 9af96ed + 1349d7b commit 727504f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"php": "^8.1",
"archtechx/enums": "^0.3.1",
"dragon-code/support": "^6.9",
"illuminate/collections": "^8.75 || ^9.0 || ^10.0",
"illuminate/database": "^8.75 || ^9.0 || ^10.0"
"illuminate/collections": "^8.75 || ^9.0 || ^10.0"
},
"require-dev": {
"fakerphp/faker": "^1.21",
"illuminate/database": "^8.75 || ^9.0 || ^10.0",
"phpunit/phpunit": "^9.6",
"symfony/var-dumper": "^5.3 || ^6.0"
},
Expand Down

0 comments on commit 727504f

Please sign in to comment.