Adds all the things 🎉 #32
Annotations
2 errors and 1 warning
PHPUnit
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- Root composer.json requires PHP extension ext-bcmath * but it is missing from your system. Install or enable PHP's bcmath extension.
Problem 2
- Root composer.json requires PHP extension ext-imap * but it is missing from your system. Install or enable PHP's imap extension.
Problem 3
- Root composer.json requires PHP extension ext-ssh2 * but it is missing from your system. Install or enable PHP's ssh2 extension.
Problem 4
- filament/support is locked to version v3.1.18 and an update of this package was not requested.
- filament/support v3.1.18 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
Problem 5
- laravel/dusk is locked to version v7.11.1 and an update of this package was not requested.
- laravel/dusk v7.11.1 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 6
- php-imap/php-imap is locked to version 5.0.1 and an update of this package was not requested.
- php-imap/php-imap 5.0.1 requires ext-imap * -> it is missing from your system. Install or enable PHP's imap extension.
Problem 7
- php-webdriver/webdriver is locked to version 1.15.0 and an update of this package was not requested.
- php-webdriver/webdriver 1.15.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 8
- filament/support v3.1.18 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- filament/widgets v3.1.18 requires filament/support v3.1.18 -> satisfiable by filament/support[v3.1.18].
- filament/widgets is locked to version v3.1.18 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.2/cli/php.ini
- /etc/php/8.2/cli/conf.d/10-mysqlnd.ini
- /etc/php/8.2/cli/conf.d/10-opcache.ini
- /etc/php/8.2/cli/conf.d/10-pdo.ini
- /etc/php/8.2/cli/conf.d/15-xml.ini
- /etc/php/8.2/cli/conf.d/20-calendar.ini
- /etc/php/8.2/cli/conf.d/20-ctype.ini
- /etc/php/8.2/cli/conf.d/20-curl.ini
- /etc/php/8.2/cli/conf.d/20-dom.ini
- /etc/php/8.2/cli/conf.d/20-exif.ini
- /etc/php/8.2/cli/conf.d/20-ffi.ini
- /etc/php/8.2/cli/conf.d/20-fileinfo.ini
- /etc/php/8.2/cli/conf.d/20-ftp.ini
- /etc/php/8.2/cli/conf.d/20-gd.ini
- /etc/php/8.2/cli/conf.d/20-gettext.ini
- /etc/php/8.2/cli/conf.d/20-iconv.ini
- /etc/php/8.2/cli/conf.d/20-mbstring.ini
- /etc/php/8.2/cli/conf.d/20-mysqli.ini
- /etc/php/8.2/cli/conf.d/20-pdo_mysql.ini
- /etc/php/8.2/cli/conf.d/20-phar.ini
- /etc/php/8.2/cli/conf.d/20-posix.ini
- /etc/php/8.2/cli/conf.d/20-readline.ini
- /etc/php/8.2/cli/conf.d/20-shmop.ini
- /etc/php/8.2/cli/conf.d/20-simplexml.ini
- /etc/php/8.2/cli/conf.d/20-sockets.ini
- /etc/php/8.2/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.2/cli/conf.d/20-sysvsem.ini
- /etc/php/8.2/cli/conf.d/20-sysvshm.ini
- /etc/php/8.2/cli/conf.d/20-tokenizer.ini
- /etc/php/8.2/cli/conf.d/20-xmlreader.ini
- /etc/php/8.2/cli/conf.d/20-xmlwriter.ini
- /etc/php/8.2/cli/conf.d/20-xsl.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-bcmath --ignore-platform-req=ext-imap --ignore-platform-req=ext-ssh2 --ignore-platform-req=ext-intl --ignore-platform-req=ext-zip` to temporarily ignore these required extensions.
|
PHPUnit
Process completed with exit code 2.
|
PHPUnit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|