Skip to content

Commit dedd34e

Browse files
authored
Update README.md
1 parent 0264ed3 commit dedd34e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,11 @@ Download latest release:
116116
> To start using PHPMongo with PHP7, add requirement [alcaeus/mongo-php-adapter](https://github.com/alcaeus/mongo-php-adapter) to composer.
117117
> Restrictions for using ODM with compatibility layer you can read in [known issues](https://github.com/alcaeus/mongo-php-adapter#known-issues) of original adapter.
118118
119-
Library `sokil/php-mongo` depends from old `ext-mongo` so you need to require dependency with `--ignore-platform-reqs` flag:
120-
```
121-
composer require sokil/php-mongo --ignore-platform-reqs
122-
```
123-
124-
Also you need to require adapter of old `ext-mongo` API to new `ext-mongodb`:
119+
Require adapter of old `ext-mongo` API to new `ext-mongodb`:
125120
```
126121
composer require alcaeus/mongo-php-adapter
127122
```
128123

129-
130-
131124
#### Symfony bundle
132125
If you use Symfony framework, you can use [Symfony MongoDB Bundle](https://github.com/sokil/php-mongo-bundle) which wraps this library
133126

0 commit comments

Comments
 (0)