Skip to content

Commit 565f467

Browse files
authored
Merge pull request #2 from lacieri/master
CANDEV-4080: Update model-locking package to support Laravel 8
2 parents beae708 + b1ef072 commit 565f467

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.2",
28-
"illuminate/database": "^5.8|^6.0",
29-
"illuminate/queue": "^5.8|^6.0"
27+
"php": "^7.3",
28+
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
29+
"illuminate/queue": "^5.8|^6.0|^7.0|^8.0"
3030
},
3131
"require-dev": {
3232
"kahlan/kahlan": "~2.5"
@@ -44,4 +44,4 @@
4444
]
4545
}
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)