Version.php

Namespace

Guzzle\Common

File

drupal/core/vendor/guzzle/common/Guzzle/Common/Version.php
View source
<?php

namespace Guzzle\Common;


/**
 * Guzzle version information
 */
class Version {
  const VERSION = '3.0.5';

}

Classes

Namesort descending Description
Version Guzzle version information