stable

Clone or download

Read-only

request #11281: Plugins can use a PSR-4 autoloader managed by composer

This allows contributors working in a plugin using a PSR-4 autoloader to not have to regenerate the autoloader each time a class is added or removed. As an example, the dynamic credentials plugin now uses an autoloader managed by composer. Change-Id: I09516c07b31ccdba278b436bc04895152efbfb99

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M Makefile +6 −1 Go to diff View file
A plugins/dynamic_credentials/composer.json +7 −0 Go to diff View file
M plugins/dynamic_credentials/include/Plugin/PluginDescriptor.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/include/Plugin/PluginInfo.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/include/REST/RequestSignatureVerifier.php +1 −1 Go to diff View file
D plugins/dynamic_credentials/include/autoload.php +0 −29 Go to diff View file
M plugins/dynamic_credentials/include/dynamic_credentialsPlugin.class.php +3 −1 Go to diff View file
M plugins/dynamic_credentials/phpunit/REST/RequestSignatureVerifierTest.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/dynamic_credentials/tests/rest/bootstrap.php +0 −2 Go to diff View file
M plugins/dynamic_credentials/tests/rest/init_test_data.php +4 −1 Go to diff View file
M tools/rpm/Makefile +3 −0 Go to diff View file