Commit 4011f1f
authored
Drupal 11 compatibility (#309)
* 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 install1 parent 358c977 commit 4011f1f
4 files changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments