Update composer

This commit is contained in:
danogentili 2016-08-07 23:25:42 +02:00
parent 36c69a5dd8
commit b133b72b7a
4 changed files with 11 additions and 4 deletions

8
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "bf8a060cc0075e345a7c0e8cc3d99ad5",
"content-hash": "2f241cb7dbf8d3d67d17fbead159145b",
"hash": "07a6861cc0286953f658e0d61d03c238",
"content-hash": "0637dff4a75ae6826badf8fae267a55b",
"packages": [
{
"name": "danog/phpstruct",
@ -263,6 +263,8 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"php": ">=5.6.0"
},
"platform-dev": []
}

View File

@ -9,7 +9,7 @@ namespace danog\MadelineProto;
/**
* Manages encryption and message frames.
*/
class mtproto extends Tools
class Session extends Tools
{
public $settings = [];

View File

@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir);
return array(
'danog\\PHP\\' => array($vendorDir . '/danog/phpstruct/lib'),
'danog\\MadelineProto\\' => array($baseDir . '/src'),
);

View File

@ -40,6 +40,10 @@ class ComposerStaticInitbd69ed7fd0aebb6b1ba64b36dad1b458
array (
0 => __DIR__ . '/..' . '/danog/phpstruct/lib',
),
'danog\\MadelineProto\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
),
),
);