Skip to content

Commit fe511e9

Browse files
committed
update docs
1 parent 28ea97c commit fe511e9

3 files changed

Lines changed: 12 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ CCDNUser UserBundle README.
33

44
[![Stories in Ready](https://badge.waffle.io/codeconsortium/ccdnuseruserbundle.png?label=ready)](https://waffle.io/codeconsortium/ccdnuseruserbundle)
55

6-
## Notes:
7-
8-
This bundle is for the symfony framework and requires Symfony 2.1.x and PHP 5.4
9-
6+
## Notes:
7+
8+
This bundle is for the symfony framework and requires Symfony ~2.4 and PHP 5.4
9+
1010
This project uses Doctrine 2.1.x and so does not require any specific database.
11-
1211

1312
This file is part of the CCDNUser bundles(s)
1413

@@ -27,7 +26,7 @@ For the full copyright and license information, please view the [LICENSE](http:/
2726

2827
## Description:
2928

30-
This is a child bundle of [FOSUserBundle](http://github.com/FriendsOfSymfony/FOSUserBundle) for Symfony (2.1.x).
29+
This is a child bundle of [FOSUserBundle](http://github.com/FriendsOfSymfony/FOSUserBundle) for Symfony.
3130

3231
## Features.
3332

Resources/doc/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
CCDNUser UserBundle Documentation.
22
==================================
33

4-
## Prerequisites
5-
6-
This version of the bundle requires Symfony 2.1.x
7-
84
### Translations
95

106
If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config.
@@ -20,7 +16,7 @@ For more information about translations, check [Symfony documentation](http://sy
2016
2117
## Installation Documentation:
2218
23-
- [Installing CCDNUser UserBundle for Symfony 2.1.x](install.md).
19+
- [Installing CCDNUser UserBundle for Symfony](install.md).
2420
- [Configuration Reference](configuration_reference.md).
2521
- [Default FOS UserBundle Reference](default_fos_configuration.md).
2622
- [Enabling Facebook Login Support](enable_facebook_support.md).

Resources/doc/install.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Installing CCDNUser UserBundle 2.x
2-
==================================
1+
Installing CCDNUser UserBundle.
2+
===============================
33

44
## Installation:
55

@@ -45,9 +45,10 @@ register the new bundle:
4545
public function registerBundles()
4646
{
4747
$bundles = array(
48-
new CCDNUser\UserBundle\CCDNUserUserBundle(),
49-
...
50-
);
48+
new FOS\UserBundle\FOSUserBundle(),
49+
new CCDNUser\UserBundle\CCDNUserUserBundle(),
50+
// ...
51+
);
5152
}
5253
```
5354

0 commit comments

Comments
 (0)