gnu-social/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0
Updated composer and translations

composer install --no-dev
composer dump-autoload --optimize
git add vendor/ --force
make updatepo
2021-07-18 12:49:17 +01:00

12 lines
211 B
PHP

<?php
namespace Doctrine\Common\Cache;
/**
* @deprecated Deprecated without replacement in doctrine/cache 1.11. This class will be dropped in 2.0
*/
class Version
{
public const VERSION = '1.9.0-DEV';
}