Skip to content

Commit

Permalink
Remove support for Propel
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Feb 15, 2022
1 parent 5940472 commit d02d445
Show file tree
Hide file tree
Showing 40 changed files with 8 additions and 1,510 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This changelog references the relevant changes done in 6.0 versions.
- `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
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getConfigTreeBuilder()
$treeBuilder = new TreeBuilder('fos_oauth_server');
$rootNode = $treeBuilder->getRootNode();

$supportedDrivers = ['orm', 'mongodb', 'propel', 'custom'];
$supportedDrivers = ['orm', 'mongodb', 'custom'];

$rootNode
->validate()
Expand Down
28 changes: 0 additions & 28 deletions Propel/AccessToken.php

This file was deleted.

20 changes: 0 additions & 20 deletions Propel/AccessTokenManager.php

This file was deleted.

20 changes: 0 additions & 20 deletions Propel/AccessTokenQuery.php

This file was deleted.

60 changes: 0 additions & 60 deletions Propel/AuthCode.php

This file was deleted.

87 changes: 0 additions & 87 deletions Propel/AuthCodeManager.php

This file was deleted.

20 changes: 0 additions & 20 deletions Propel/AuthCodePeer.php

This file was deleted.

20 changes: 0 additions & 20 deletions Propel/AuthCodeQuery.php

This file was deleted.

49 changes: 0 additions & 49 deletions Propel/Client.php

This file was deleted.

Loading

0 comments on commit d02d445

Please sign in to comment.