Requirements in the README.md state that Laravel should be 5.4 or greater. The composer.json file does not reflect and fails with 5.5 versions of laravel.
README.md
Requirements
Laravel >= 5.4
Solution
Current composer.json"laravel/framework": "5.4.*",
Issue
Requirements in the README.md state that Laravel should be 5.4 or greater. The composer.json file does not reflect and fails with 5.5 versions of laravel.
README.md
Solution
Current composer.json
"laravel/framework": "5.4.*",
Updated composer.json
"laravel/framework": ">=5.4",
Pull Request
10 update laravel requirement