gnu-social/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php

12 lines
211 B
PHP
Raw Normal View History

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