Update default subversion

This commit is contained in:
Daniil Gentili 2022-07-26 18:45:22 +02:00
parent 6ff8389fc7
commit 1a025c512b
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 6 additions and 1 deletions

View File

@ -38,5 +38,10 @@
"cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run", "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", "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" "test": "@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text --configuration phpunit.xml.dist"
},
"config": {
"allow-plugins": {
"phabel/phabel": true
}
} }
} }

View File

@ -41,7 +41,7 @@ class FileId
* *
* @var int * @var int
*/ */
private $_subVersion = 32; private $_subVersion = 41;
/** /**
* DC ID. * DC ID.