Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jun 19, 2021
1 parent 4251f94 commit 0953358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 📦 Installation

This project requires PHP 7.2 or higher. To install it via [Composer] simply run:
This project requires PHP 7.4 or higher. To install it via [Composer] simply run:

``` bash
$ composer require league/config
Expand Down Expand Up @@ -117,7 +117,7 @@ Any classes or methods marked `@internal` are not intended for use outside this

When a new **minor** version (e.g. `1.0` -> `1.1`) is released, the previous one (`1.0`) will continue to receive security and critical bug fixes for *at least* 3 months.

When a new **major** version is released (e.g. `1.0` -> `2.0`), the previous one (`1.0`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.
When a new **major** version is released (e.g. `1.1` -> `2.0`), the previous one (`1.1`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.

(This policy may change in the future and exceptions may be made on a case-by-case basis.)

Expand Down

0 comments on commit 0953358

Please sign in to comment.