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

Commit

Permalink
Add the new package location and upgrade instructions
Browse files Browse the repository at this point in the history
Since ISAAC no longer exists, this package is being moved to my own
GitHub account.
  • Loading branch information
gmta committed Apr 26, 2024
1 parent fe67bab commit 3e45ea7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Renamed and moved to the GMTA namespace
===========
This repository has been archived and is replaced by the [GMTA composer-velocita repository](https://github.com/gmta/composer-velocita).

The Composer package has been replaced by `gmta/composer-velocita`.

To upgrade to the new package, perform the following steps:

```bash
composer global remove isaac/composer-velocita
composer global config --unset allow-plugins.isaac/composer-velocita
composer global config allow-plugins.gmta/composer-velocita true
composer global require gmta/composer-velocita
```

# Velocita Composer plugin

[![Packagist Version](https://img.shields.io/packagist/v/isaac/composer-velocita)](https://packagist.org/packages/isaac/composer-velocita)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "isaac/composer-velocita",
"description": "Fast and reliable Composer package downloads by using Velocita",
"abandoned": "gmta/composer-velocita",
"keywords": ["composer", "cache", "performance", "speed", "availability", "velocita"],
"type": "composer-plugin",
"license": "MIT",
Expand Down

0 comments on commit 3e45ea7

Please sign in to comment.