Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Your requirements could not be resolved to an installable set of packages

// ignor version php or something else
composer install --ignore-platform-reqs       
Comment

Composer install : Your requirements could not be resolved to an installable set of packages

apt-get install php-gd
Comment

laravel Your requirements could not be resolved to an installable set of packages.

//Install Necessary PHP Extensions
apt-get install php7.4-gmp 
apt-get install php-curl
sudo apt-get install php7.4-zip
sudo apt-get install php-mbstring -y
sudo apt-get install php-xml -y
//Restart Apache Server
sudo service apache2 restart
Comment

Your requirements could not be resolved to an installable set of packages.

//change in file php.ini
//find word curl remove " ; " before extension
// find another word fileinfo and remove " ; " before extenion and 
// save it 
// run command again
// all set
Comment

PREVIOUS NEXT
Code Example
Php :: Adding or Subtracting Time 
Php :: None of the supported PHP extensions (PgSQL, PDO_PgSQL) are available. 
Php :: content-type application/json php 
Php :: clear bootstrap cache laravel 
Php :: request type PHP $SERVER 
Php :: eloquent where between 
Php :: laravel htaccess tested 
Php :: In PackageManifest.php line 131: Undefined index: name laravel 7 
Php :: str slug laravel 
Php :: php make query string from array http_build_query 
Php :: php check if parameter exists 
Php :: laravel $loop-iteration 
Php :: php get referrer 
Php :: disable admin bar wordpress 
Php :: twig first letter uppercase 
Php :: hide php extension in url 
Php :: how to remove first element in array php 
Php :: display date time twig 
Php :: how to check if a string contains a substring in php 
Php :: random number generator in php 
Php :: foreign key in laravel migration 
Php :: laravel long description text string 
Php :: wp_query post per page 
Php :: php delete element by value 
Php :: curl error handling 
Php :: laravel collection flatten 
Php :: E: Unable to locate package php7.2-mbstring 
Php :: tax query by term id 
Php :: get the current page id in wordpress 
Php :: in random order laravel 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =