TerbiumLibs / dbConfig

Laravel Config with DB-storage support
MIT License
21 stars 25 forks source link

Correct dependencies #17

Closed jonathangarelick closed 2 years ago

jonathangarelick commented 6 years ago

Pluck in Illuminate 5.1 returns mixed, which can cause an error: https://laravel.com/api/5.1/Illuminate/Database/Query/Builder.html#method_pluck

Switched the 2.x dependency to >=5.2 to resolve.