Skip to content

Commit 24b1202

Browse files
cleverage/archive-process-bundle#1 Add new bridge ArchiveProcessBundle
1 parent f513d6f commit 24b1202

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"email": "xmarchegay@clever-age.com",
3636
"homepage": "https://github.com/xaviermarchegay",
3737
"role": "Lead Developer"
38+
},
39+
{
40+
"name": "Nicolas Joubert",
41+
"email": "njoubert@clever-age.com",
42+
"role": "Lead Developer"
3843
}
3944
],
4045
"autoload": {
@@ -84,6 +89,7 @@
8489
"symfony/test-pack": "^1.1"
8590
},
8691
"suggest": {
92+
"cleverage/archive-process-bundle": "Dedicated bundle for Archive dependencies for the Process Bundle",
8793
"cleverage/doctrine-process-bundle": "Dedicated bundle for Doctrine dependencies for the process bundle",
8894
"cleverage/soap-process-bundle": "Dedicated bundle for Soap dependencies for the process bundle",
8995
"cleverage/rest-process-bundle": "Dedicated bundle for Rest dependencies for the process bundle",

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@
130130
- XML
131131
- [XpathEvaluatorTransformer](reference/transformers/xpath_evaluator.md)
132132
- Other bridges
133+
- [Archive](https://github.com/cleverage/archive-process-bundle)
133134
- [Doctrine](https://github.com/cleverage/doctrine-process-bundle)
134-
- [Soap](https://github.com/cleverage/soap-process-bundle)
135-
- [Rest](https://github.com/cleverage/rest-process-bundle)
136135
- [Flysystem](https://github.com/cleverage/flysystem-process-bundle)
136+
- [Rest](https://github.com/cleverage/rest-process-bundle)
137+
- [Soap](https://github.com/cleverage/soap-process-bundle)
137138
- [Generic transformers definition](reference/03-generic_transformers_definition.md)
138139
- [UI](https://github.com/cleverage/ui-process-bundle)

0 commit comments

Comments
 (0)