Skip to content

Commit

Permalink
add pixel-fear’s dist plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Mar 23, 2020
1 parent 6f835a8 commit 34a78de
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,27 @@
"name": "edalzell/anvil",
"type": "statamic-addon",
"require": {
"themsaid/forge-sdk": "^2.0"
"themsaid/forge-sdk": "^2.0",
"pixelfear/composer-dist-plugin": "^0.1.2"
},
"autoload": {
"psr-4": {
"Edalzell\\Anvil\\": "src"
}
},
"extra": {
"statamic": {
"name": "Anvil",
"description": "Forge addon"
"download-dist": {
"url": "https://github.com/edalzell/statamic-anvil/releases/download/{$version}/dist.tar.gz",
"path": "resources/dist"
},
"laravel": {
"providers": [
"Edalzell\\Anvil\\ServiceProvider"
]
},
"statamic": {
"name": "Anvil",
"description": "Forge addon"
}
}
}
}

0 comments on commit 34a78de

Please sign in to comment.