mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
Add PSR4 namespace to composer.json.
This commit is contained in:
parent
6f4a873cad
commit
68ade659ba
@ -66,6 +66,9 @@
|
|||||||
"Net": "phpseclib/",
|
"Net": "phpseclib/",
|
||||||
"System": "phpseclib/"
|
"System": "phpseclib/"
|
||||||
},
|
},
|
||||||
|
"psr-4": {
|
||||||
|
"phpseclib\\": "phpseclib/"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"phpseclib/Crypt/Random.php"
|
"phpseclib/Crypt/Random.php"
|
||||||
]
|
]
|
||||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -3,7 +3,7 @@
|
|||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "9550e007a60e2baceebf1185d508dd00",
|
"hash": "1c5f986d03274ed0b7d509768d1bf277",
|
||||||
"packages": [
|
"packages": [
|
||||||
|
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user