Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
README: remove mentions of Composer 1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Oct 19, 2021
1 parent 4786689 commit 4705271
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modify your projects.

* PHP 7.3 or newer
* A running [Velocita](/~https://github.com/isaaceindhoven/velocita) instance
* Composer 1 or 2
* Composer 2

### Installation

Expand All @@ -26,12 +26,6 @@ composer global require isaac/composer-velocita
composer velocita:enable https://url.to.your.velocita.tld/
```

NOTE: when using Composer 1.10.5 or lower, you need to explicitly pass a version constraint of `^2`:

```
composer global require isaac/composer-velocita:^2
```

### Usage

After enabling and configuring Velocita, it is automatically used for all Composer projects when running `require`,
Expand Down

0 comments on commit 4705271

Please sign in to comment.