Skip to content

Commit

Permalink
Merge pull request #11 from glue-systems/bump-sp-api-open-api-3.0.0
Browse files Browse the repository at this point in the history
Updating composer.json and .env.example to reflect bumped dependencies.
  • Loading branch information
codelinde authored Apr 2, 2024
2 parents 25b9cc3 + da2e9aa commit 7738330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SP_API_LWA_REFRESH_TOKEN=
SP_API_LWA_CLIENT_ID=
SP_API_LWA_CLIENT_SECRET=

SP_API_APP_NAME_AND_VERSION=GLUE_LARAVEL_DEV/0.0.1
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
SP_API_SANDBOX=true
SP_API_ALWAYS_UNPACK_API_EXCEPTION_RESPONSE_BODY=false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
],
"require": {
"php": ">=7.1",
"glue-systems/sp-api-open-api": "^2.3.3",
"php": ">=7.3",
"glue-systems/sp-api-open-api": "^3.0.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"autoload": {
Expand Down

0 comments on commit 7738330

Please sign in to comment.