Skip to content

Commit

Permalink
Add support for Laravel v10 & v11
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraev committed Sep 25, 2024
1 parent e80bcbe commit 9001a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jangaraev/eloquent-model-advisory-lock",
"type": "library",
"version": "0.9",
"version": "0.91",
"description": "Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models",
"keywords": ["laravel", "php", "eloquent", "db", "model", "race conditions", "upsert"],
"homepage": "https://github.com/jangaraev/eloquent-model-advisory-lock",
Expand All @@ -15,7 +15,7 @@
],
"require": {
"php": ">=7.4",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9001a75

Please sign in to comment.