Skip to content

Commit b0c4606

Browse files
committed
Remove propel dependency
1 parent 4ea37a5 commit b0c4606

27 files changed

+7
-973
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.php_cs.cache
22
composer.lock
33
phpunit.xml
4-
Propel/om/*
5-
Propel/map/*
64
vendor/

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Changelog
2424
* [BC break] The signature of the `UserListener` constructor has changed.
2525
* [BC break] The signature of the `UserManager` constructor has changed.
2626
* [BC break] The translation key `resetting.request.invalid_username` has been removed.
27+
* [BC break] The propel dependency was dropped.
2728

2829
### 2.0.0-alpha3 (2015-09-15)
2930

DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function getConfigTreeBuilder()
3434
$treeBuilder = new TreeBuilder();
3535
$rootNode = $treeBuilder->root('fos_user');
3636

37-
$supportedDrivers = array('orm', 'mongodb', 'couchdb', 'propel', 'custom');
37+
$supportedDrivers = array('orm', 'mongodb', 'couchdb', 'custom');
3838

3939
$rootNode
4040
->children()

Propel/Group.php

-19
This file was deleted.

Propel/GroupManager.php

-110
This file was deleted.

Propel/GroupPeer.php

-18
This file was deleted.

Propel/GroupQuery.php

-18
This file was deleted.

0 commit comments

Comments
 (0)