创建版本

This commit is contained in:
2021-02-22 12:17:00 +08:00
commit af555f49c3
2332 changed files with 369202 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
namespace Sabre\HTTP;
/**
* This class contains the Sabre\HTTP version constants.
*
* @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class Version {
/**
* Full version number
*/
const VERSION = '1.8.12';
/**
* Stability : alpha, beta, stable
*/
const STABILITY = 'stable';
}