Skip to content

Commit cbe7306

Browse files
authored
[3.x] Update README/SECURITY (#306)
AppVeyor fail is unrelated
1 parent bf1008b commit cbe7306

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

186186
Alternatively, 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

192192
If 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
```

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)