Skip to content

Commit c7d2f1c

Browse files
authored
Update php-orm version in README
1 parent 59793e0 commit c7d2f1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Next, add the following require entry to the <code>composer.json</code> file in
1919
```json
2020
{
2121
"require" : {
22-
"riverside/php-orm" : "^2.0"
22+
"riverside/php-orm" : "^2.0.1"
2323
}
2424
}
2525
```
@@ -116,4 +116,4 @@ $db->table('users')->get();
116116
[x3]: https://poser.pugx.org/riverside/php-orm/license
117117
[y3]: https://packagist.org/packages/riverside/php-orm
118118
[x4]: https://github.com/riverside/php-orm/actions/workflows/pages/pages-build-deployment/badge.svg
119-
[y4]: https://github.com/riverside/php-orm/actions/workflows/pages/pages-build-deployment
119+
[y4]: https://github.com/riverside/php-orm/actions/workflows/pages/pages-build-deployment

0 commit comments

Comments
 (0)