Make use of the classmap, the current class/file structure does not allow for PSR-0 autoloading.

This commit is contained in:
Stefan Vetsch 2015-03-14 13:22:14 +01:00
parent ae21dd0f56
commit 6287ba89d0
1 changed files with 1 additions and 5 deletions

View File

@ -20,10 +20,6 @@
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {
"OpenPGP": "lib/"
},
"files": [
]
"classmap": ["lib/"]
}
}