Skip to content

Commit

Permalink
Fix composer validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmal1yev committed Jan 28, 2025
1 parent 2eac9ce commit c703644
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"php": ">=7.4",
"nesbot/carbon": "2.x",
"shahmal1yev/gcollection": "^1.0",
"illuminate/collections": "v8.83.27"
"illuminate/collections": "~v8.83"
},
"scripts": {
"test": "vendor/bin/phpunit tests -c ./phpunit.xml",
Expand Down
130 changes: 65 additions & 65 deletions composer.lock

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

0 comments on commit c703644

Please sign in to comment.