Skip to content

Commit

Permalink
changed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Sep 6, 2024
1 parent fa91ca0 commit d80f493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"license": "MIT",
"require": {
"awobaz/eloquent-mutators": "^1.0",
"laravel-lang/lang": "^15.5",
"laravel/framework": "^11.0",
"laravel/tinker": "^2.8",
Expand Down Expand Up @@ -130,4 +129,4 @@
},
"minimum-stability": "dev",
"prefer-stable": false
}
}
3 changes: 2 additions & 1 deletion packages/press/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
],
"require": {
"moox/core": "*"
"moox/core": "*",
"awobaz/eloquent-mutators": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d80f493

Please sign in to comment.