Skip to content

Commit 7738330

Browse files
authored
Merge pull request #11 from glue-systems/bump-sp-api-open-api-3.0.0
Updating composer.json and .env.example to reflect bumped dependencies.
2 parents 25b9cc3 + da2e9aa commit 7738330

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SP_API_LWA_REFRESH_TOKEN=
1010
SP_API_LWA_CLIENT_ID=
1111
SP_API_LWA_CLIENT_SECRET=
1212

13-
SP_API_APP_NAME_AND_VERSION=GLUE_LARAVEL_DEV/0.0.1
14-
SP_API_APP_LANGUAGE_AND_VERSION=PHP/7.1
13+
SP_API_APP_NAME_AND_VERSION=GLUE_LARAVEL_DEV/3.0.0
14+
SP_API_APP_LANGUAGE_AND_VERSION=PHP/7.3
1515
SP_API_SANDBOX=true
1616
SP_API_ALWAYS_UNPACK_API_EXCEPTION_RESPONSE_BODY=false
1717

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.1",
23-
"glue-systems/sp-api-open-api": "^2.3.3",
22+
"php": ">=7.3",
23+
"glue-systems/sp-api-open-api": "^3.0.0",
2424
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)