-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
magento packaging service
committed
Jun 6, 2024
1 parent
017ec8b
commit d10435b
Showing
268 changed files
with
3,542 additions
and
3,349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 17 additions & 15 deletions
32
app/code/Magento/ApplicationPerformanceMonitor/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
{ | ||
"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", | ||
"description": "Performance Monitor for Application", | ||
"type": "magento2-module", | ||
"license": "OSL-3.0", | ||
"version": "100.4.0", | ||
"require": { | ||
"php": "~8.1.0||~8.2.0||~8.3.0", | ||
"magento/framework": "103.0.*" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Magento\\ApplicationPerformanceMonitor\\": "" | ||
} | ||
} | ||
}, | ||
"require": { | ||
"php": "~8.1.0||~8.2.0||~8.3.0", | ||
"magento/framework": "*" | ||
} | ||
} | ||
|
42 changes: 22 additions & 20 deletions
42
app/code/Magento/ApplicationPerformanceMonitorNewRelic/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
{ | ||
"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", | ||
"description": "Performance data about Application into New Relic", | ||
"type": "magento2-module", | ||
"license": "OSL-3.0", | ||
"version": "100.4.0", | ||
"require": { | ||
"php": "~8.1.0||~8.2.0||~8.3.0", | ||
"magento/framework": "103.0.*", | ||
"magento/module-application-performance-monitor": "100.4.*", | ||
"magento/module-new-relic-reporting": "100.4.*" | ||
}, | ||
"suggest": { | ||
"ext-newrelic": "This module requires New Relic's PHP extension in order to function." | ||
}, | ||
"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." | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.