Use psr-4
This commit is contained in:
parent
59b5530044
commit
a3653ecd91
@ -34,7 +34,8 @@
|
||||
"phpdocumentor/reflection-docblock": "^4.3",
|
||||
"ennexa/amp-update-cache": "dev-master",
|
||||
"phpunit/phpunit": "^8",
|
||||
"amphp/php-cs-fixer-config": "dev-master"
|
||||
"amphp/php-cs-fixer-config": "dev-master",
|
||||
"haydenpierce/class-finder": "^0.4"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-libtgvoip": "Install the php-libtgvoip extension to make phone calls (https://github.com/danog/php-libtgvoip)"
|
||||
@ -44,8 +45,8 @@
|
||||
"email": "daniil@daniil.it"
|
||||
}],
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"danog\\MadelineProto\\": "src/"
|
||||
"psr-4": {
|
||||
"danog\\MadelineProto\\": "src/danog/MadelineProto"
|
||||
},
|
||||
"files": [
|
||||
"src/BigIntegor.php",
|
||||
|
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 0fc9b14f85e87ca38c3ce01ba6e4a43aaa3707f4
|
||||
Subproject commit acdcb1ab5446e148c7476c36b6db9265a47e5bec
|
Loading…
Reference in New Issue
Block a user