You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ FluentPDO is a PHP SQL query builder using PDO. It's a quick and light library f
13
13
14
14
The latest (2.x) release of FluentPDO officially supports PHP 7.1, 7.2 and 7.3. v2.x is actively maintained.
15
15
16
-
The legacy (1.x) release of FluentPDO works with PHP 5.4 to 7.1. **Note:**The v1.x branch is no longer supported and will not be maintained or updated.
16
+
The legacy (1.x) release of FluentPDO works with PHP 5.4 to 7.1. **Note:** v1.x is no longer supported and will not be maintained or updated.
17
17
18
18
## Reference
19
19
@@ -23,14 +23,14 @@ The legacy (1.x) release of FluentPDO works with PHP 5.4 to 7.1. **Note:** The v
23
23
24
24
### Composer
25
25
26
-
The preferred way to install FluentPDO is via [composer](http://getcomposer.org/). Version 2.0 is in beta! Please start using v2.0.0 in your projects
27
-
and let us know of any issues you find, and they will be resolved quickly. No further breaking changes will be introduced in the 2.0 branch.
26
+
The preferred way to install FluentPDO is via [composer](http://getcomposer.org/). Version 2.0 is now released! Please start using 2.x in your projects
27
+
and let us know of any issues you find, they will be resolved quickly.
28
28
29
29
Add the following line in your `composer.json` file:
30
30
31
31
"require": {
32
32
...
33
-
"envms/fluentpdo": "^2.0.0-beta1"
33
+
"envms/fluentpdo": "^2.1.0"
34
34
}
35
35
36
36
update your dependencies with `composer update`, and you're done!
0 commit comments