added version

master v2.4.0
A1Gard 1 month ago
parent 0311d71944
commit 3f0950f13a

@ -4,7 +4,7 @@
"description": "Very customizable and easy to use shopping system, open source project based on laravel", "description": "Very customizable and easy to use shopping system, open source project based on laravel",
"keywords": ["xshop", "e-shop", "laravel","laravel-shop","open-source-shop"], "keywords": ["xshop", "e-shop", "laravel","laravel-shop","open-source-shop"],
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"version": "2.3.0", "version": "2.4.0",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"ext-dom": "*", "ext-dom": "*",

@ -16,7 +16,7 @@ return [
*/ */
'name' => env('APP_NAME', 'xShop'), 'name' => env('APP_NAME', 'xShop'),
'version' => env('APP_VERSION', '2.3.0'), 'version' => env('APP_VERSION', '2.4.0'),
'demo' => env('APP_DEMO', false), 'demo' => env('APP_DEMO', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

Loading…
Cancel
Save