Search
 
SCRIPT & CODE EXAMPLE
 

PHP

run composer with different php version

php7.3 /usr/local/bin/composer install
Comment

composer use different php version

/usr/bin/php7.1 /usr/local/bin/composer update
Comment

run composer with specific php version

#/usr/bin/php7.1 /usr/local/bin/composer update
#or edit your composer.json file and specify the version you want
"config": {
    "platform": {
        "php": "7.1.3"
    }
}
Comment

PREVIOUS NEXT
Code Example
Php :: laravel create model with migration 
Php :: inner join codeigniter 
Php :: laravel query get big table records 
Php :: php code to display current date and time in different formats 
Php :: laravel new model 
Php :: delete all rows in table laravel 
Php :: remove first character from string laravel 
Php :: get key of value array php 
Php :: php generate random string 
Php :: php string only letters 
Php :: grenerating random text color for text for image php 
Php :: get last month php 
Php :: php convert special characters to normal 
Php :: php multi type parameter union types 
Php :: Invalid argument supplied for foreach() 
Php :: php object(stdclass) to array 
Php :: Missing expression. (near "ON" at position 25) 
Php :: php object foreach 
Php :: php connect to data base 
Php :: post type taxonomy loop wordpress 
Php :: php hash password 
Php :: laravel get db connection info 
Php :: php json_encode without square brackets 
Php :: laravel old request 
Php :: remove index.php in codeigniter 
Php :: wordpress is admin 
Php :: laravel if syntax 
Php :: send mail test from laravel 
Php :: php get bearer token from request 
Php :: php table 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =