Skip to content

Commit

Permalink
Add RollbackWorkflow (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Oct 12, 2020
1 parent b543904 commit 6b0a6bd
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions Resources/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,24 @@ services:
bind:
$name: '%name%'
$version: '%version%'
GuzzleHttp\Client: ~
GuzzleHttp\ClientInterface: '@GuzzleHttp\Client'
Psr\Log\LoggerInterface:
factory: ['@TYPO3\Surf\Cli\Symfony\Logger\LoggerFactory', 'createLogger']
Symfony\Component\Console\Application: ~
Symfony\Component\Console\Output\OutputInterface:
factory: ['@TYPO3\Surf\Cli\Symfony\ConsoleOutputFactory', 'createOutput']
TYPO3\Surf\:
resource: '../src/*'
exclude: '../src/{Cli,Application,Exception,Domain/Model,DeprecationMessageFactory.php,Exception.php,functions.php}'
Symfony\Component\Console\Output\OutputInterface:
factory: ['@TYPO3\Surf\Cli\Symfony\ConsoleOutputFactory', 'createOutput']
Psr\Log\LoggerInterface:
factory: ['@TYPO3\Surf\Cli\Symfony\Logger\LoggerFactory', 'createLogger']
TYPO3\Surf\Integration\Factory:
arguments: ['@TYPO3\Surf\Domain\Filesystem\FilesystemInterface', '@Psr\Log\LoggerInterface']
TYPO3\Surf\Integration\FactoryInterface: '@TYPO3\Surf\Integration\Factory'
GuzzleHttp\Client: ~
GuzzleHttp\ClientInterface: '@GuzzleHttp\Client'
TYPO3\Surf\Cli\Symfony\Logger\ConsoleHandler: ~
TYPO3\Surf\Cli\Symfony\ConsoleApplication: ~
Symfony\Component\Console\Application: ~
TYPO3\Surf\Domain\Model\SimpleWorkflow:
shared: false
TYPO3\Surf\Cli\Symfony\ConsoleOutputFactory: ~
TYPO3\Surf\Cli\Symfony\Logger\ConsoleHandler: ~
TYPO3\Surf\Cli\Symfony\Logger\LoggerFactory: ~
TYPO3\Surf\Domain\Model\RollbackWorkflow:
shared: false
TYPO3\Surf\Domain\Model\SimpleWorkflow:
shared: false
TYPO3\Surf\Integration\Factory:
arguments: ['@TYPO3\Surf\Domain\Filesystem\FilesystemInterface', '@Psr\Log\LoggerInterface']
TYPO3\Surf\Integration\FactoryInterface: '@TYPO3\Surf\Integration\Factory'

0 comments on commit 6b0a6bd

Please sign in to comment.