init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
23
lib/sms/vendor/composer/installed.php
vendored
Normal file
23
lib/sms/vendor/composer/installed.php
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php return array(
|
||||
'root' => array(
|
||||
'pretty_version' => 'v0.0.1',
|
||||
'version' => '0.0.1.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => NULL,
|
||||
'name' => 'smsgatewayme/client',
|
||||
'dev' => false,
|
||||
),
|
||||
'versions' => array(
|
||||
'smsgatewayme/client' => array(
|
||||
'pretty_version' => 'v0.0.1',
|
||||
'version' => '0.0.1.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => NULL,
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue