Skip to content

Commit

Permalink
Merge pull request #116 from JustinElst/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kirkbushell authored May 15, 2024
2 parents 9552238 + fd9395a commit 3c20baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
],
"require": {
"php": "^8.1",
"hashids/hashids": "^4.1",
"hashids/hashids": "^4.1||^5.0",
"illuminate/database": "^10.0||^11.0",
"illuminate/support": "^10.0||^11.0",
"hanneskod/classtools": "^0.1.0",
"symfony/finder": "^6.3"
"symfony/finder": "^6.3||^7.0"
},
"require-dev": {
"illuminate/events": "^10.0",
Expand Down Expand Up @@ -76,4 +76,4 @@
"bamarni/composer-bin-plugin": true
}
}
}
}

0 comments on commit 3c20baf

Please sign in to comment.