Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 2, 2024
1 parent db02cb8 commit 06459c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Composer
/artifacts/*
/vendor/*
/composer.lock

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require-dev": {
"larastan/larastan": "^2.4",
"laravel/nova": "dev-develop",
"laravel/nova": "^5.0",
"laravel/nova-devtool": "^1.0",
"laravel/pint": "^1.17",
"league/flysystem-aws-s3-v3": "^1.0 || ^3.0",
Expand All @@ -44,8 +44,8 @@
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel/nova"
"type": "artifact",
"url": "artifacts"
},
{
"type": "vcs",
Expand Down

0 comments on commit 06459c3

Please sign in to comment.