Skip to content

Commit

Permalink
#147 Remove dependencies on symfony/form, symfony/messenger & `sy…
Browse files Browse the repository at this point in the history
…mfony/scheduler`
  • Loading branch information
njoubert-cleverage committed Oct 22, 2024
1 parent dea1bef commit 45903b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ v4.0
* [#142](https://github.com/cleverage/process-bundle/issues/142) DateFormatTransformer & DateParserTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\Date`
* [#142](https://github.com/cleverage/process-bundle/issues/142) ExplodeTransformer, HashTransformer, ImplodeTransformer, SlugifyTransformer, SprintfTransformer & TrimTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\String`
* [#142](https://github.com/cleverage/process-bundle/issues/142) InstantiateTransformer, PropertyAccessorTransformer RecursivePropertySetterTransformer namespaces changed to `CleverAge\ProcessBundle\Transformer\Object`
* [#147](https://github.com/cleverage/process-bundle/issues/147) Replace `Symfony\Component\Form\Exception\InvalidConfigurationException` by `Symfony\Component\Config\Definition\Exception\InvalidConfigurationException`

### Changes

* [#139](https://github.com/cleverage/process-bundle/issues/139Update) Makefile & .docker for local standalone usage
* [#139](https://github.com/cleverage/process-bundle/issues/139Update) Update rector, phpstan & php-cs-fixer configurations & apply it
* [#141](https://github.com/cleverage/process-bundle/issues/141) `league/flysystem-bundle` is not required anymore
* [#130](https://github.com/cleverage/process-bundle/issues/130) EventDispatcherInterface service declaration breaks dependency injection
* [#147](https://github.com/cleverage/process-bundle/issues/147) Remove dependencies on `symfony/form`, `symfony/messenger` & `symfony/scheduler`

### Fixes

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,12 @@
"symfony/dotenv": "^6.4|^7.1",
"symfony/event-dispatcher-contracts": "^3",
"symfony/expression-language": "^6.4|^7.1",
"symfony/form": "^6.4|^7.1",
"symfony/framework-bundle": "^6.4|^7.1",
"symfony/messenger": "^6.4|^7.1",
"symfony/monolog-bundle": "~3.3",
"symfony/options-resolver": "^6.4|^7.1",
"symfony/process": "^6.4|^7.1",
"symfony/property-access": "^6.4|^7.1",
"symfony/runtime": "^6.4|^7.1",
"symfony/scheduler": "^6.4|^7.1",
"symfony/serializer": "^6.4|^7.1",
"symfony/stopwatch": "^6.4|^7.1",
"symfony/validator": "^6.4|^7.1",
Expand Down

0 comments on commit 45903b0

Please sign in to comment.