Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RistoNiinemets authored Jan 31, 2018
1 parent 126a265 commit c61721e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "konekt/estonian-shipping-methods-for-woocommerce",
"description": "Extends WooCommerce with most commonly used Estonian shipping methods.",
"keywords": ["woocommerce", "shipping"],
"type": "wordpress-plugin",
"authors": [
{
"name": "Konekt OÜ",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
}
}

0 comments on commit c61721e

Please sign in to comment.