ArdentPipelineBundle/composer.json

15 lines
350 B
JSON

{
"name": "ardent/pipeline-bundle",
"description": "Symfony bundle to create complex pipelines with settings and service injection",
"type": "symfony-bundle",
"require": {
"php": "^8.1"
},
"license": "GPL-3.0-only",
"autoload": {
"psr-4": {
"Ardent\\PipelineBundle\\": "src/"
}
}
}