Skip to content

Commit

Permalink
Update composer.json to allow using the fork as direct package to rep…
Browse files Browse the repository at this point in the history
…lace
  • Loading branch information
driskell committed Sep 22, 2020
1 parent f095efb commit a91f887
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
@@ -1,15 +1,22 @@
{
"name": "hirak/prestissimo",
"name": "driskell/prestissimo",
"description": "composer parallel install plugin",
"type": "composer-plugin",
"keywords": ["parallel", "install", "speedup"],
"authors": [
{
"name": "Hiraku NAKANO",
"email": "hiraku@tojiru.net"
},
{
"name": "Jason Woods",
"email": "devel@jasonwoods.me.uk"
}
],
"license": "MIT",
"replace": {
"hirak/prestissimo": "*"
},
"require": {
"php": "^5.3.2 || ^7.0",
"ext-curl": "*",
Expand Down

0 comments on commit a91f887

Please sign in to comment.