Files
faveo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
2018-09-19 15:44:43 +05:30

9 lines
95 B
PHP

<?php
namespace Doctrine\Common\Cache;
class Version
{
public const VERSION = '1.8.0';
}