Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@njoubert-cleverage njoubert-cleverage released this 17 Dec 14:34
bb858f1

BC breaks

  • #3 Replace nategood/httpful dependency by symfony/http-client
  • #3 Update Tasks for "symfony/http-client": "^6.4|^7.1"
  • #4 Update services according to Symfony best practices.
    Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
    Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_rest_process
  • RequestTask : query_parameters option is deprecated, use data instead
  • Remove RequestTransformer, use RequestTask instead.

Changes

  • #1 Add Makefile & .docker for local standalone usage
  • #1 Add rector, phpstan & php-cs-fixer configurations & apply it
  • #2 Remove sidus/base-bundle dependency