To get this extension in your TAO installation, modify your root composer.json as follow:
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/oat-sa/training-pci.git"
}
],
require" : {
...,
"oat-sa/training-pci": "dev-develop"
],
composer update --prefer-source