mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
10 lines
112 B
PHP
10 lines
112 B
PHP
<?php
|
|
|
|
namespace PhpAmqpLib;
|
|
|
|
final class Package
|
|
{
|
|
const NAME = 'AMQPLib';
|
|
const VERSION = '2.12.2';
|
|
}
|