Skip to content

Tags: mglaman/drupal-check

Tags

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 install

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #267 from mglaman/mglaman-patch-3

Bump PHPStan to level 2 when doing deprecations

1.3.2

Toggle 1.3.2's commit message
Add option to set phpVersion to 80100 on PHP 7.4

Fixes #272

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #268 from mglaman/fix-head

Fix HEAD failures

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #257 from mglaman/phpstan

Update phpstan

1.2.1

Toggle 1.2.1's commit message
Check if Drupal was located before calling realpath

#249

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #250 from mglaman/phpstan1.0

PHPStan 1.0

1.1.10

Toggle 1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #238 from mglaman/bump-phpstan-drupal

bump phpstan-drupal to 0.12.12

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build and deprecated usages of excludes_analyse (#235)

1.1.8

Toggle 1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add test for config_update and fix missing dependency (#217)