Skip to content

Commit d3bee44

Browse files
committed
Update composer.json
1 parent f3ec64b commit d3bee44

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
2-
"name": "seoshop/seoshop-php",
3-
"description": "PHP client for the Lightspeed eCom API",
2+
"name": "coddin-web/lightspeed-php-sdk",
3+
"description": "An improved PHP client for the Lightspeed eCom API",
44
"keywords": ["api", "client", "php", "ecom", "lightspeed"],
55
"homepage": "http://developers.lightspeedhq.com/ecom",
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Lightspeed and contributors",
1010
"homepage": "https://github.com/SEOshop/API-PHP-Client/contributors"
11+
},
12+
{
13+
"name": "Coddin",
14+
"homepage": "https://coddin.nl"
1115
}
1216
],
1317
"require": {
14-
"php": ">=5.4.0",
18+
"php": ">=7.3",
1519
"ext-curl": "*",
1620
"ext-json": "*",
1721
"ext-mbstring": "*",

0 commit comments

Comments
 (0)