Add initial config and pipeline source files
This commit is contained in:
14
composer.json
Normal file
14
composer.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user