Skip to content

Commit

Permalink
[3.x] Update README/SECURITY (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 authored Aug 15, 2024
1 parent eedf0d9 commit cbbff82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Event Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/event/status.svg?ref=refs/heads/2.0-dev)](https://ci.joomla.org/joomla-framework/event)
# The Event Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/event/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/event)

[![Latest Stable Version](https://poser.pugx.org/joomla/event/v/stable)](https://packagist.org/packages/joomla/event)
[![Total Downloads](https://poser.pugx.org/joomla/event/downloads)](https://packagist.org/packages/joomla/event)
Expand All @@ -9,28 +9,28 @@ The Joomla! **Event** package provides foundations to build event systems and an

## Requirements

* PHP 7.2 or later
* PHP 8.1 or later

## Installation via Composer

Add `"joomla/event": "~2.0"` to the require block in your composer.json and then run `composer install`.
Add `"joomla/event": "~3.0"` to the require block in your composer.json and then run `composer install`.

```json
{
"require": {
"joomla/event": "~2.0"
"joomla/event": "~3.0"
}
}
```

Alternatively, you can simply run the following from the command line:

```sh
composer require joomla/event "~2.0"
composer require joomla/event "~3.0"
```

If you want to include the test sources and docs, use

```sh
composer require --prefer-source joomla/event "~2.0"
composer require --prefer-source joomla/event "~3.0"
```
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ These versions are currently being supported with security updates:

| Version | Supported |
| ------- | ------------------ |
| 3.x.x | :white_check_mark: |
| 2.0.x | :white_check_mark: |
| 1.3.x | :white_check_mark: |
| 1.3.x | :x: |
| < 1.3 | :x: |

## Reporting a Vulnerability
Expand Down

0 comments on commit cbbff82

Please sign in to comment.