Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update symfony constraint to allow 7.0+ * use former constraint notation * update composer.lock content-hash * update CI to use Drupal 10 * update to php 8.2 on CI * use correct docker image name * use correct docker image name, for real * back to php 7.3 * try apt instead of apt-get * use libjpeg-dev for ubuntu container on CI * use shell environment when running docker-php-ext-install on CI * gd is built into PHP of the new Docker image * use new php.ini file on CI * php memory limit already disabled in docker image * xdebug is not installed in the docker container on CI * update to php 8.2 on CI * revert CI config changes * pin to ctools version that supported D8 * pin to ctools version that supported D8 (use tag) * allow the composer-patches plugin during AppVeyor job * fix composer project directory in appveyor script * ignore platform reqs when running composer install on appveyor * use --no-interaction during composer install on appveyor * enable composer/installers plugin on appveyor * allow the rest (hopefully) of the composer plugins on appveyor * remove allow for missing composer plugin on appveyor * remove allow for missing composer plugin on appveyor * fix composer config command on appveyor * allow composer plugins on appveyor based on local install * allow missing composer config value * change back to appveyor build folder after composer install
- Loading branch information