1
0
Fork 0

Switch to psr-4, closes #4531

pull/4541/merge
Jordi Boggiano 2015-10-28 03:17:26 +00:00
parent 9d676a7671
commit 742c1d6691
2 changed files with 3 additions and 3 deletions

View File

@ -49,10 +49,10 @@
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages" "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages"
}, },
"autoload": { "autoload": {
"psr-0": { "Composer": "src/" } "psr-4": { "Composer\\": "src/Composer" }
}, },
"autoload-dev": { "autoload-dev": {
"psr-0": { "Composer\\Test": "tests/" } "psr-4": { "Composer\\Test\\": "tests/Composer/Test" }
}, },
"bin": ["bin/composer"], "bin": ["bin/composer"],
"extra": { "extra": {

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "c0ac13596dfaf0f6cb3e334074c3f17e", "hash": "299aaabeb02408df8d77b7b8920cb1fe",
"content-hash": "ef034b5b61856139fa515d678e2978fd", "content-hash": "ef034b5b61856139fa515d678e2978fd",
"packages": [ "packages": [
{ {