Laravel Spark
Good Morning,
I just created a new Laravel project, installed sail, and am trying to install and deploy with spark. However, I am getting the following error. Currently, I am using github codespaces to develop.
Any help would be appreciated.
~composer update
Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1 - mpociot/vat-calculator[3.0.0, ..., 3.1.1] require php ^7.3|~8.0.0|~8.1.0 -> your php version (8.2.8) does not satisfy that requirement. - mpociot/vat-calculator[3.1.2, ..., 3.4.0] require ext-soap * -> it is missing from your system. Install or enable PHP's soap extension. - laravel/spark-stripe v4.1.5 requires mpociot/vat-calculator ^3.0 -> satisfiable by mpociot/vat-calculator[3.0.0, ..., 3.4.0]. - Root composer.json requires laravel/spark-stripe 4.1.5 -> satisfiable by laravel/spark-stripe[v4.1.5].
To enable extensions, verify that they are enabled in your .ini files:
- /opt/php/8.2.8/ini/php.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-soap to temporarily ignore these required extensions.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Please or to participate in this conversation.