Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Sep 17, 2022
1 parent cc44e32 commit 8ee56b3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/public/storage
/storage/*.key
/vendor
/build
.env
.env.backup
.phpunit.result.cache
Expand Down
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"codeat3/blade-clarity-icons": "^1.7",
"filament/notifications": "^2.0",
"filament/spatie-laravel-translatable-plugin": "^2.0",
"lara-zeus/core": "dev-main"
"lara-zeus/core": "^2.3"
},
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0",
Expand Down Expand Up @@ -76,11 +76,5 @@
"Bolt": "LaraZeus\\Bolt\\Facades\\Bolt"
}
}
},
"repositories": [
{
"type": "path",
"url": "../core"
}
]
}
}
78 changes: 43 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ee56b3

Please sign in to comment.