We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a456198 commit 21d2acaCopy full SHA for 21d2aca
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pascalvgemert/laravel-lookupable",
3
- "version": "0.1.1",
+ "version": "0.1.3",
4
"description": "Lookupable Trait for Laravel eloquent models for quick and efficient table lookups.",
5
"keywords": [
6
"pascalvgemert",
@@ -19,8 +19,8 @@
19
}
20
],
21
"require": {
22
- "php" : ">=7.1.0",
23
- "illuminate/database": "5.5.x|5.6.x|5.7.x|5.8.x",
+ "php" : ">=7.0",
+ "illuminate/database": "5.5.x|5.6.x|5.7.x|5.8.x"
24
},
25
"require-dev": {},
26
"autoload": {
0 commit comments