Skip to content

Commit 9e6aacd

Browse files
committed
Feature #58450: Add some more info to composer.json
1 parent 0534e94 commit 9e6aacd

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

composer.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
2-
"name": "postcode-nl/postcodenl-api-woocommerce",
3-
"type": "wordpress-plugin"
4-
}
2+
"name": "postcode-nl/postcodenl-api-woocommerce",
3+
"description": "A WooCommerce plugin for address autocompletion and validation using the Postcode.eu API.",
4+
"type": "wordpress-plugin",
5+
"require": {
6+
"php": ">=7.4"
7+
},
8+
"license": "FreeBSD license",
9+
"authors": [
10+
{
11+
"name": "Postcode.nl",
12+
"role": "Developer",
13+
"email": "[email protected]",
14+
"homepage": "https://www.postcode.eu"
15+
}
16+
]
17+
}
18+

0 commit comments

Comments
 (0)