-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc/processor #141
Open
Neirda24
wants to merge
12
commits into
sensiolabs:main
Choose a base branch
from
Neirda24:doc/processor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Doc/processor #141
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
29ed939
Add processor documentation
Neirda24 610aa18
Add custom processor documentation
Neirda24 9ff44e1
Fix doc
Neirda24 ac079d2
Modify doc + Add new processors
Neirda24 e4e7845
Fix code style
Neirda24 63c2ce5
Fix composer dependency scanning
Neirda24 5e74cfe
Fix composer dependency analyser for ext-*
Neirda24 03d6372
Fix composer dependency analyser for ext-*
Neirda24 d225842
Update
Neirda24 caf2681
[Update] Documentation for processors
Neirda24 91bcfec
[UPDATE] Remove dependency to flysystem bundle
Neirda24 b45d810
[UPDATE] header rank in processor documentation
Neirda24 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,12 +33,15 @@ | |
"symfony/mime": "^6.4 || ^7.0" | ||
}, | ||
"require-dev": { | ||
"ext-mbstring": "*", | ||
"async-aws/s3": "^2.6", | ||
"friendsofphp/php-cs-fixer": "^3.41", | ||
"league/flysystem": "^3.29", | ||
"phpstan/extension-installer": "^1.3", | ||
"phpstan/phpstan": "^1.10", | ||
"phpstan/phpstan-symfony": "^1.3", | ||
"phpunit/phpunit": "^10.4", | ||
"shipmonk/composer-dependency-analyser": "^1.7", | ||
"shipmonk/composer-dependency-analyser": "^1.8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. needed to ignore |
||
"symfony/framework-bundle": "^6.4 || ^7.0", | ||
"symfony/http-client": "^6.4 || ^7.0", | ||
"symfony/monolog-bundle": "^3.10", | ||
|
@@ -56,7 +59,9 @@ | |
}, | ||
"suggest": { | ||
"symfony/monolog-bundle": "Enables logging througout the generating process.", | ||
"symfony/twig-bundle": "Allows you to use Twig to render templates into PDF", | ||
"monolog/monolog": "Enables logging througout the generating process." | ||
"symfony/twig-bundle": "Allows you to use Twig to render templates into PDF.", | ||
"monolog/monolog": "Enables logging througout the generating process.", | ||
"async-aws/s3": "Upload any file to aws s3 compatible endpoints supporting multi part upload without memory overhead.", | ||
"league/flysystem-bundle": "Upload any file using this filesystem abstraction package." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be worth to lower the requirement