I wanna connect my Laravel project to parse-server. And I follow the step in https://github.com/LaravelParse/Laravel-Parse
when I run this command:
composer require laravel-parse/parse
Then I got an error:
Installation failed, reverting ./composer.json to its original content.
I also tried to add in composer.json file:
"require": {
"laravel-parse/parse": "^3.0"
}
My Laravel version is: 5.7.18