diff --git a/composer.json b/composer.json index 311c3e2..58e1a0c 100644 --- a/composer.json +++ b/composer.json @@ -38,5 +38,10 @@ "cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run", "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff", "test": "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text --configuration phpunit.xml.dist" + }, + "config": { + "allow-plugins": { + "phabel/phabel": true + } } } diff --git a/src/FileId.php b/src/FileId.php index 243ff86..61d63fc 100644 --- a/src/FileId.php +++ b/src/FileId.php @@ -41,7 +41,7 @@ class FileId * * @var int */ - private $_subVersion = 32; + private $_subVersion = 41; /** * DC ID.