Skip to content

Commit cc45c6a

Browse files
committed
Laravel 6 support
1 parent 587497f commit cc45c6a

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

composer.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66
"issues": "https://github.com/jarektkaczyk/model-locking/issues",
77
"source": "https://github.com/jarektkaczyk/model-locking"
88
},
9-
"keywords": ["laravel", "eloquent", "ORM", "active record", "pessimistic lock", "locking", "model lock"],
9+
"keywords": [
10+
"laravel",
11+
"eloquent",
12+
"ORM",
13+
"active record",
14+
"pessimistic lock",
15+
"locking",
16+
"model lock"
17+
],
1018
"authors": [
1119
{
1220
"name": "Jarek Tkaczyk",
@@ -16,9 +24,9 @@
1624
}
1725
],
1826
"require": {
19-
"php": ">=7.0.0",
20-
"illuminate/database": "^5.5",
21-
"illuminate/queue": "^5.5"
27+
"php": "^7.2",
28+
"illuminate/database": "^5.8|^6.0",
29+
"illuminate/queue": "^5.8|^6.0"
2230
},
2331
"require-dev": {
2432
"kahlan/kahlan": "~2.5"
@@ -36,4 +44,4 @@
3644
]
3745
}
3846
}
39-
}
47+
}

0 commit comments

Comments
 (0)