File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # The Database Package [ ![ Build Status] ( https://ci.joomla.org/api/badges/joomla-framework/database/status.svg?ref=refs/heads/2.0 -dev )] ( https://ci.joomla.org/joomla-framework/database ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/m2eh75a1g9k9y59u?svg=true )] ( https://ci.appveyor.com/project/joomla/database )
1+ # The Database Package [ ![ Build Status] ( https://ci.joomla.org/api/badges/joomla-framework/database/status.svg?ref=refs/heads/3.x -dev )] ( https://ci.joomla.org/joomla-framework/database ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/m2eh75a1g9k9y59u?svg=true )] ( https://ci.appveyor.com/project/joomla/database )
22
33[ ![ Latest Stable Version] ( https://poser.pugx.org/joomla/database/v/stable )] ( https://packagist.org/packages/joomla/database )
44[ ![ Total Downloads] ( https://poser.pugx.org/joomla/database/downloads )] ( https://packagist.org/packages/joomla/database )
@@ -173,24 +173,24 @@ This is the log file:
173173
174174## Installation via Composer
175175
176- Add ` "joomla/database": "~2 .0" ` to the require block in your composer.json and then run ` composer install ` .
176+ Add ` "joomla/database": "~3 .0" ` to the require block in your composer.json and then run ` composer install ` .
177177
178178``` json
179179{
180180 "require" : {
181- "joomla/database" : " ~2 .0"
181+ "joomla/database" : " ~3 .0"
182182 }
183183}
184184```
185185
186186Alternatively, you can simply run the following from the command line:
187187
188188``` sh
189- composer require joomla/database " ~2 .0"
189+ composer require joomla/database " ~3 .0"
190190```
191191
192192If you want to include the test sources, use
193193
194194``` sh
195- composer require --prefer-source joomla/database " ~2 .0"
195+ composer require --prefer-source joomla/database " ~3 .0"
196196```
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ These versions are currently being supported with security updates:
66
77| Version | Supported |
88| ------- | ------------------ |
9+ | 3.x.x | :white_check_mark : |
910| 2.0.x | :white_check_mark : |
10- | 1.8.x | :white_check_mark : |
11+ | 1.8.x | :x : |
1112| < 1.8 | :x : |
1213
1314## Reporting a Vulnerability
You can’t perform that action at this time.
0 commit comments