Skip to content

Commit 21d2aca

Browse files
committed
Fixed composer issue
1 parent a456198 commit 21d2aca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pascalvgemert/laravel-lookupable",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "Lookupable Trait for Laravel eloquent models for quick and efficient table lookups.",
55
"keywords": [
66
"pascalvgemert",
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"require": {
22-
"php" : ">=7.1.0",
23-
"illuminate/database": "5.5.x|5.6.x|5.7.x|5.8.x",
22+
"php" : ">=7.0",
23+
"illuminate/database": "5.5.x|5.6.x|5.7.x|5.8.x"
2424
},
2525
"require-dev": {},
2626
"autoload": {

0 commit comments

Comments
 (0)