How upgrade the lower version of Laravel 5.6 to 9? - laravel-9

I am facing the issue Composer not supported..
I am tried more time to install my composer but not install

Related

Can't update to newer version of AWS-CDK

I have aws-cdk version 2.44.0.
I've got notified (after running cdk diff) that there is a newer version, 2.47.0, and I should run npm install -g aws-cdk to upgrade to this version. I ran this command successfully with sudo (since without it I get errors) and got the following output:
changed 1 package, and audited 2 packages in 2s
found 0 vulnerabilities
but after check with cdk --version I found that the version is still 2.44.0.
additional information:
Ubuntu 20.04.4 LTS
Node.js v16.17
npm version: 8.19.2
So, how to update aws-cdk successfuly?
It turned out that this old version was installed using older version of npm which installed it in usr/local/bin, while the newer version of npm installed the latest version of cdk in usr/bin. After locally uninstalled the older version and running again which cdk it finally recognized the newer version in usr/bin.

Shopify CLI seems unable to find Ruby on Mac

I installed shopify-cli using homebrew on my Mac and tried verifying the installation by running shopify version, but I get an error:
/usr/local/bin/shopify: line 2: /opt/homebrew/Cellar/ruby/3.0.1/bin/ruby: No such file or directory
Any idea what needs to be fixed?
Try running brew install ruby#3.0. It worked for me!
It appears that shopify-cli was installed when your Homebrew ruby was at version 3.0.1. This can be fixed by running the following command:
brew reinstall shopify-cli
(Ideally, the shopify-cli formula should be updated by its maintainers to replace hardcoded ruby paths to the version-agnostic /opt/homebrew/opt/ruby. Alternatively, they could track the Homebrew ruby version and bump the revision of shopify-cli whenever an update occurs. This will prompt end-users to run brew upgrade, which will automatically reinstall shopify-cli.)

Error installing RVAideMemoire on ubuntu 18 (no mixOmics available)

When I try to install RVAideMemoire I have an error because ine of the packages is not available for R 3.4.4
Is there any other way to install this package
install.packages("RVAideMemoire")
I spent the afternoon to fix "mixOmics".
First, I installed the R version 3.6.0.
Then, for me, the trick was to install the development version with their instructions.

How to install mono 5.0.x on Mac using homebrew?

I tried just brew install mono, and it appears that the default installs a 4.x version.
Thanks!
you can use homebrew-cask to install mono-mdk.
brew install mono-mdk --cask

Centos 6.7 install PHP module for Apache

Im using a vagrant build vm and trying to install mod_php.
yum install mod_php
.....
Error: php70u-common conflicts with php-common-5.6.17-1.el6.remi.x86_64
Error: httpd24u conflicts with httpd-2.2.15-47.el6.centos.1.x86_64
Error: httpd24u-tools conflicts with httpd-tools-2.2.15-47.el6.centos.1.x86_64
I guess hes trying to download the module for php 7?
How can i install it for php 5.6?
you're installing the wrong version of mod_php. try: yum install mod_php70u