Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from klandestino/add-composer-json
Browse files Browse the repository at this point in the history
Add composer json
  • Loading branch information
olegisk committed Apr 16, 2019
2 parents 0fb732a + 9211822 commit 46d0ae1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "payex/payex-woocommerce",
"description": "PayEx Payment Provider for WooCommerce",
"homepage": "https://github.com/PayEx/PayEx.WooCommerce",
"type": "wordpress-plugin",
"license": "GPL-3.0",
"require": {
"php": ">=5.3"
}
}

0 comments on commit 46d0ae1

Please sign in to comment.