Skip to content

Keep dependencies in composer.json sections sorted alphabetically #31179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: 2.4-develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/code/Magento/AdminAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-store": "*",
"magento/module-ui": "*",
"magento/module-csp": "*",
"magento/module-release-notification": "*",
"magento/module-csp": "*"
"magento/module-store": "*",
"magento/module-ui": "*"
},
"type": "magento2-module",
"license": [
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lib-libxml": "*",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-media-storage": "*",
"magento/module-store": "*",
"magento/module-ui": "*",
"magento/module-config": "*"
"magento/module-ui": "*"
},
"type": "magento2-module",
"license": [
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/AdvancedPricingImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"magento/module-catalog-import-export": "*",
"magento/module-catalog-inventory": "*",
"magento/module-customer": "*",
"magento/module-directory": "*",
"magento/module-eav": "*",
"magento/module-import-export": "*",
"magento/module-store": "*",
"magento/module-directory": "*"
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/AdvancedSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-catalog-search": "*",
"magento/module-config": "*",
"magento/module-customer": "*",
"magento/module-search": "*",
"magento/module-store": "*",
"php": "~8.1.0||~8.2.0||~8.3.0"
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Amqp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/framework-amqp": "*",
"magento/framework-message-queue": "*",
"php": "~8.1.0||~8.2.0||~8.3.0"
"magento/framework-message-queue": "*"
},
"type": "magento2-module",
"license": [
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/Analytics/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "magento/module-analytics",
"description": "N/A",
"config": {
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-integration": "*",
"magento/module-store": "*",
"magento/framework": "*"
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
33 changes: 18 additions & 15 deletions app/code/Magento/ApplicationPerformanceMonitor/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "magento/module-application-performance-monitor",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "Performance Monitor for Application",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ApplicationPerformanceMonitor\\": ""
"name": "magento/module-application-performance-monitor",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "Performance Monitor for Application",
"config": {
"sort-packages": true
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ApplicationPerformanceMonitor\\": ""
}
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
}
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
}
}
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"name": "magento/module-application-performance-monitor-new-relic",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "Performance data about Application into New Relic",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ApplicationPerformanceMonitorNewRelic\\": ""
"name": "magento/module-application-performance-monitor-new-relic",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "Performance data about Application into New Relic",
"config": {
"sort-packages": true
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ApplicationPerformanceMonitorNewRelic\\": ""
}
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-application-performance-monitor": "*",
"magento/module-new-relic-reporting": "*"
},
"suggest": {
"ext-newrelic": "This module requires New Relic's PHP extension in order to function."
}
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-application-performance-monitor": "*",
"magento/module-new-relic-reporting": "*"
},
"suggest": {
"ext-newrelic": "This module requires New Relic's PHP extension in order to function."
}
}
3 changes: 3 additions & 0 deletions app/code/Magento/AsyncConfig/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "magento/module-async-config",
"description": "N/A",
"config": {
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/AsynchronousOperations/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/framework-message-queue": "*",
"magento/framework-bulk": "*",
"magento/framework-message-queue": "*",
"magento/module-authorization": "*",
"magento/module-backend": "*",
"magento/module-ui": "*",
"php": "~8.1.0||~8.2.0||~8.3.0"
"magento/module-ui": "*"
},
"suggest": {
"magento/module-admin-notification": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"magento/framework": "*",
"magento/module-backup": "*",
"magento/module-catalog": "*",
"magento/module-config": "*",
"magento/module-cms": "*",
"magento/module-config": "*",
"magento/module-customer": "*",
"magento/module-developer": "*",
"magento/module-directory": "*",
Expand Down
8 changes: 4 additions & 4 deletions app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"magento/module-checkout": "*",
"magento/module-config": "*",
"magento/module-customer": "*",
"magento/module-directory": "*",
"magento/module-eav": "*",
"magento/module-gift-message": "*",
"magento/module-media-storage": "*",
"magento/module-quote": "*",
"magento/module-sales": "*",
"magento/module-store": "*",
"magento/module-tax": "*",
"magento/module-ui": "*",
"magento/module-directory": "*"
"magento/module-ui": "*"
},
"suggest": {
"magento/module-webapi": "*",
"magento/module-bundle-sample-data": "*",
"magento/module-sales-rule": "*"
"magento/module-sales-rule": "*",
"magento/module-webapi": "*"
},
"type": "magento2-module",
"license": [
Expand Down
9 changes: 6 additions & 3 deletions app/code/Magento/BundleGraphQl/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "magento/module-bundle-graph-ql",
"description": "N/A",
"config": {
"sort-packages": true
},
"type": "magento2-module",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/module-catalog": "*",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-catalog": "*",
"magento/module-catalog-graph-ql": "*",
"magento/module-quote": "*",
"magento/module-quote-graph-ql": "*",
"magento/module-store": "*",
"magento/module-sales": "*",
"magento/module-sales-graph-ql": "*",
"magento/framework": "*"
"magento/module-store": "*"
},
"license": [
"OSL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/BundleImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-store": "*",
"magento/module-catalog": "*",
"magento/module-catalog-import-export": "*",
"magento/module-eav": "*",
"magento/module-import-export": "*"
"magento/module-import-export": "*",
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
8 changes: 4 additions & 4 deletions app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"laminas/laminas-captcha": "^2.12",
"laminas/laminas-db": "^2.19",
"magento/framework": "*",
"magento/module-authorization": "*",
"magento/module-backend": "*",
"magento/module-checkout": "*",
"magento/module-customer": "*",
"magento/module-sales": "*",
"magento/module-store": "*",
"magento/module-authorization": "*",
"laminas/laminas-captcha": "^2.12",
"laminas/laminas-db": "^2.19"
"magento/module-store": "*"
},
"type": "magento2-module",
"license": [
Expand Down
10 changes: 5 additions & 5 deletions app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/framework-bulk": "*",
"magento/module-authorization": "*",
"magento/module-asynchronous-operations": "*",
"magento/module-authorization": "*",
"magento/module-aws-s3": "*",
"magento/module-backend": "*",
"magento/module-catalog-inventory": "*",
"magento/module-catalog-rule": "*",
Expand All @@ -32,13 +33,12 @@
"magento/module-ui": "*",
"magento/module-url-rewrite": "*",
"magento/module-widget": "*",
"magento/module-wishlist": "*",
"magento/module-aws-s3": "*"
"magento/module-wishlist": "*"
},
"suggest": {
"magento/module-catalog-sample-data": "*",
"magento/module-cookie": "*",
"magento/module-sales": "*",
"magento/module-catalog-sample-data": "*"
"magento/module-sales": "*"
},
"type": "magento2-module",
"license": [
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/CatalogAnalytics/composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "magento/module-catalog-analytics",
"description": "N/A",
"config": {
"sort-packages": true
},
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-analytics": "*"
"magento/module-analytics": "*",
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/CatalogCmsGraphQl/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "magento/module-catalog-cms-graph-ql",
"description": "N/A",
"config": {
"sort-packages": true
},
"type": "magento2-module",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
Expand All @@ -9,9 +12,9 @@
"magento/module-cms-graph-ql": "*"
},
"suggest": {
"magento/module-graph-ql": "*",
"magento/module-catalog-graph-ql": "*",
"magento/module-cms": "*",
"magento/module-catalog-graph-ql": "*"
"magento/module-graph-ql": "*"
},
"license": [
"OSL-3.0",
Expand Down
7 changes: 5 additions & 2 deletions app/code/Magento/CatalogCustomerGraphQl/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "magento/module-catalog-customer-graph-ql",
"description": "N/A",
"config": {
"sort-packages": true
},
"type": "magento2-module",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-customer": "*",
"magento/module-catalog-graph-ql": "*"
"magento/module-catalog-graph-ql": "*",
"magento/module-customer": "*"
},
"license": [
"OSL-3.0",
Expand Down
Loading