Skip to content

Commit 48691b3

Browse files
authored
Update composer.json
1 parent e07de69 commit 48691b3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"description": "Latest OAuth 2.0 Rest API Wrapper for UPS web services",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"ups",
8+
"api",
9+
"wrapper",
10+
"tracking",
11+
"shipping",
12+
"address validation",
13+
"oauth 2.0"
14+
],
615
"autoload": {
716
"psr-4": {
817
"RahulGodiyal\\PhpUpsApiWrapper\\": "src/"
@@ -16,5 +25,7 @@
1625
],
1726
"readme": "readme.md",
1827
"minimum-stability": "stable",
19-
"require": {}
28+
"require": {
29+
"php": "^7.4 || ^8.0",
30+
}
2031
}

0 commit comments

Comments
 (0)