Open abdulrehman1363 opened 2 years ago
I have the same issue when i tried to install it using composer
composer require edujugon/laravel-google-ads
Does anyone find the solution?
I had the same issue I solved this using this command composer require spotonlive/laravel-google-ads:* --ignore-platform-reqs
Here is what I got Your requirements could not be resolved to an installable set of packages.
Problem 1
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
My Composer Require Section is
"require": { "php": "^7.3|^8.0", "adam-paterson/oauth2-slack": "^1.1", "aws/aws-php-sns-message-validator": "^1.6", "aws/aws-sdk-php": "^3.204", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "infusionsoft/php-sdk": "^1.5", "laravel/framework": "^8.65", "laravel/tinker": "^2.5", "league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-sftp": "~1.0", "mailgun/mailgun-php": "^3.5", "twilio/sdk": "^6.31" }