harishanchu / Laravel-FTP

A simple Laravel 4/5/6/7 ftp service provider with basic ftp methods.
220 stars 87 forks source link

Update arrays in config.php #56

Closed MatusBoa closed 7 years ago

MatusBoa commented 7 years ago

No, it just wont work in PHP < 5.4

harishanchu commented 7 years ago

@kotass okay, but from Laravel's major release 4.2, it only supports php starting from version 5.4, hence it doesn't matter we use [...] format or array(...) format. Hence I'm closing it.

Thank you.