You are here

constant Composer::VERSION_HASH_IGNORE_REGEX in Markdown 8.2

Regular expresion used to ignore certain paths when hashing a directory.

@internal

Deprecated

in markdown:8.x-2.0 and is removed from markdown:4.0.0. No replacement.

See also

https://www.drupal.org/project/markdown/issues/3200476

File

src/Util/Composer.php, line 41

Class

Composer
Helper class used to deal with composer.

Namespace

Drupal\markdown\Util

Code

const VERSION_HASH_IGNORE_REGEX = '/^(?:\\.|\\.\\.|\\..+|Install.*|Make.*|License.*|.*test.*|psalm\\.xml|php.*\\.dist|php.*\\.xml|.*\\.neon)$/i';