diff --git a/.env.example b/.env.example index 9f651bc..36ed4db 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/composer.json b/composer.json index 637ff1f..91ec680 100644 --- a/composer.json +++ b/composer.json @@ -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": {