Use psr-4

This commit is contained in:
Daniil Gentili 2019-10-29 20:53:51 +01:00
parent 59b5530044
commit a3653ecd91
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 5 additions and 4 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 0fc9b14f85e87ca38c3ce01ba6e4a43aaa3707f4
Subproject commit acdcb1ab5446e148c7476c36b6db9265a47e5bec