Skip to content

Commit

Permalink
docs: Add note about deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
JParkinson1991 committed Apr 29, 2022
1 parent 149f8d7 commit fd4833c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ Any linked package will still exist within the composer vendor directory as well
### Requirements

- A composer based PHP project.
- Composer `^2.3.5`
- Composer `^2`
- PHP `^7.3 || ^8.0`

#### Composer 2.3.0 deprecations

This plugin knowingly consumes deprecated functionality within composer core to ensure its compatibility with all
current versions of composer 2.x. Update to the latest version of composer to ensure that when this deprecated code
is removed from the plugin your installation will not be effected.

### Installing

```
Expand Down

0 comments on commit fd4833c

Please sign in to comment.