forked from AyeCode/invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 947 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "ayecode/invoicing",
"type": "project",
"description": "GetPaid is a lightweight Invoicing and Payments system for WordPress. It can be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. ",
"keywords": ["invoicing", "accounting"],
"homepage": "https://wpgetpaid.com/",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "AyeCode Ltd",
"email": "contact@ayecode.io",
"homepage": "https://ayecode.io/",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"ayecode/wp-font-awesome-settings": "^1.0",
"ayecode/wp-super-duper": "^1.0",
"ayecode/wp-ayecode-ui": "^0",
"ayecode/ayecode-connect-helper": "^1.0",
"maxmind-db/reader": "~v1.6.0",
"ayecode/wp-deactivation-survey": "^1.0"
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}