Skip to content

Commit

Permalink
update version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan-do1 committed Nov 8, 2023
1 parent 3888875 commit cbb995f
Show file tree
Hide file tree
Showing 9 changed files with 2,037 additions and 409 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"type": "library",
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"autoload": {
"psr-4": {
"Dovutuan\\Laracom\\": "src/"
Expand All @@ -36,12 +36,15 @@
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"illuminate/support": "^10.28.0"
"illuminate/support": "^10.28.0",
"illuminate/container": "^10.31",
"illuminate/database": "^10.31",
"illuminate/console": "^10.31"
},
"extra": {
"laravel": {
"providers": [
"Dovutuan\\Laracom\\DomRepository\\ServiceProvider"
"Dovutuan\\Laracom\\ServiceProvider"
]
}
}
Expand Down
Loading

0 comments on commit cbb995f

Please sign in to comment.