We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25b9cc3 + da2e9aa commit 7738330Copy full SHA for 7738330
.env.example
@@ -10,8 +10,8 @@ SP_API_LWA_REFRESH_TOKEN=
10
SP_API_LWA_CLIENT_ID=
11
SP_API_LWA_CLIENT_SECRET=
12
13
-SP_API_APP_NAME_AND_VERSION=GLUE_LARAVEL_DEV/0.0.1
14
-SP_API_APP_LANGUAGE_AND_VERSION=PHP/7.1
+SP_API_APP_NAME_AND_VERSION=GLUE_LARAVEL_DEV/3.0.0
+SP_API_APP_LANGUAGE_AND_VERSION=PHP/7.3
15
SP_API_SANDBOX=true
16
SP_API_ALWAYS_UNPACK_API_EXCEPTION_RESPONSE_BODY=false
17
composer.json
@@ -19,8 +19,8 @@
19
}
20
],
21
"require": {
22
- "php": ">=7.1",
23
- "glue-systems/sp-api-open-api": "^2.3.3",
+ "php": ">=7.3",
+ "glue-systems/sp-api-open-api": "^3.0.0",
24
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
25
},
26
"autoload": {
0 commit comments