Skip to content

Commit

Permalink
fix: package and composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Feb 4, 2025
1 parent 61f31d1 commit 40f7909
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"@sentry/browser": "^8.41.0",
"axios": "^1.7.7"
}
}
}
2 changes: 1 addition & 1 deletion _dev/src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ua-id: "#update_assistant";
$ua-prefix: "ua-";
$cdk-prefix: "cdk-";

//CSS variables
// CSS variables
// Global variables to handle both theme
// 9.0.0
:root {
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "PrestaShop module autoupgrade",
"homepage": "https://github.com/PrestaShop/autoupgrade",
"license": "AFL-3.0",
"author": "PrestaShop",
"authors": [
{
"name": "PrestaShop SA",
Expand Down Expand Up @@ -41,6 +42,5 @@
"PrestaShop\\Module\\AutoUpgrade\\": "classes/",
"PrestaShop\\Module\\AutoUpgrade\\Controller\\": "controllers/admin/self-managed"
}
},
"author": "PrestaShop"
}
}
}
8 changes: 4 additions & 4 deletions storybook/composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "prestashop/autoupgrade-storybook",
"type": "project",
"license": "AFL-3.0",
"minimum-stability": "stable",
"prefer-stable": true,
"license": "AFL-3.0",
"author": "PrestaShop",
"authors": [
{
"name": "PrestaShop SA",
Expand Down Expand Up @@ -72,6 +73,5 @@
"allow-contrib": false,
"require": "7.1.*"
}
},
"author": "PrestaShop"
}
}
}
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
},
"author": "PrestaShop",
"license": "AFL-3.0"
}
}
2 changes: 1 addition & 1 deletion tests/UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"mysql2": "^3.10.0",
"semver": "^7.6.2"
}
}
}
14 changes: 10 additions & 4 deletions tests/composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"license": "AFL-3.0",
"author": "PrestaShop",
"authors": [
{
"name": "PrestaShop SA",
"email": "[email protected]"
}
],
"require-dev": {
"phpstan/phpstan": "^1.11",
"prestashop/php-dev-tools": "^5",
Expand All @@ -8,7 +16,5 @@
"platform": {
"php": "7.4"
}
},
"author": "PrestaShop",
"license": "AFL-3.0"
}
}
}

0 comments on commit 40f7909

Please sign in to comment.