skip to Main Content

I am getting this error "Your Composer dependencies require a PHP version ">= 7.4.9". You are running 7.4.8. " – PHP Versions

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.9". You are running 7.4.8. in /home/vol14_1/byethost5.com/b5_28703730/htdocs/vendor/composer/platform_check.php on line 24 this is my composer.json file { "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": […

VIEW QUESTION

curl error 60 while downloading https://repo.packagist.org Certificate issue on Ubuntu? – PHP Versions

I've installed composer globally (and locally - just for testing) according to https://getcomposer.org/download/ Then, I'm trying composer create-project laravel/laravel and I receive an error: composer create-project laravel/laravel Creating a "laravel/laravel" project at "./laravel" [ComposerDownloaderTransportException] curl error 60 while downloading https://repo.packagist.org/packages.json:…

VIEW QUESTION

Call to undefined method ComposerAutoloaderInitd7a72f88a86cf25d5563498a7179620e::getLoader() – PHP Versions

Here is the message I have when I access my site: Fatal error: Uncaught Error: Call to undefined method ComposerAutoloaderInitd7a72f88a86cf25d5563498a7179620e::getLoader() in /home/vagrant/code/vendor/autoload.php:7 Stack trace: #0 /home/vagrant/code/public/index.php(34): require() #1 {main} thrown in /home/vagrant/code/vendor/autoload.php on line 7 I am using popOS PHP…

VIEW QUESTION
Back To Top
Search