Add laravel 7 support to composer.json file ```json { "require": { "illuminate/validation": "^5.5|^6.0|^7.0", "illuminate/translation": "^5.5|^6.0|^7.0" } } ```