Skip to content

Commit afd9d38

Browse files
committed
Normalize composer.json
1 parent a5950ee commit afd9d38

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "bigcommerce/api",
33
"type": "library",
44
"description": "Enables PHP applications to communicate with the Bigcommerce API.",
5-
"keywords": ["api", "http", "rest", "ecommerce", "business"],
5+
"keywords": [
6+
"api",
7+
"http",
8+
"rest",
9+
"ecommerce",
10+
"business"
11+
],
612
"homepage": "http://developer.bigcommerce.com",
713
"license": "MIT",
814
"authors": [
@@ -13,12 +19,12 @@
1319
],
1420
"require": {
1521
"php": ">=7.0",
16-
"firebase/php-jwt": "~3.0|~5.0"
22+
"firebase/php-jwt": "~3.0 || ~5.0"
1723
},
1824
"require-dev": {
19-
"phpunit/phpunit": "^4.8.35",
25+
"codeless/jugglecode": "1.0",
2026
"php-coveralls/php-coveralls": "2.1",
21-
"codeless/jugglecode": "1.0"
27+
"phpunit/phpunit": "^4.8.35"
2228
},
2329
"autoload": {
2430
"psr-0": {

0 commit comments

Comments
 (0)