Skip to content

Commit

Permalink
Remove templating engine (FriendsOfSymfony#653)
Browse files Browse the repository at this point in the history
* Remove templating engine usage

* Adapt unit test

* Clean configuration

* Update composer dependencies

* Adapt twig test configuration

* Add changelog
  • Loading branch information
deguif authored and bjulien committed Oct 21, 2022
1 parent dc8ff34 commit 0cde817
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 150 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ This changelog references the relevant changes done in 6.0 versions.
* Dropped support for Symfony versions anterior to `4.4` [[#648](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/648)]
* Fixed form submission/validation [[#643](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/643)]
* **[BC break]** Changed signature of method `FOS\OAuthServerBundle\Controller\AuthorizeController::renderAuthorize()` [[#653](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/653)]
* **[BC break]** Removed class `FOS\OAuthServerBundle\Event\OAuthEvent`, use dedicated event classes instead: [[#655](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/655)]
- `OAuthEvent::PRE_AUTHORIZATION_PROCESS` => `FOS\OAuthServerBundle\Event\PreAuthorizationEvent`
- `OAuthEvent::POST_AUTHORIZATION_PROCESS` => `FOS\OAuthServerBundle\Event\PostAuthorizationEvent`
* **[BC break]** Removed support for templating engine [[#653](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/653)]
* **[BC break]** Removed support for Propel [[#689](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/689)]

### 2.0.0-ALPHA0 (2018-05-01)

Expand Down
Loading

0 comments on commit 0cde817

Please sign in to comment.