-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
#31346 :- Update laminas/laminas-servicemanager #32234
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
"colinmollenhour/credis": "1.11.1", | ||
"colinmollenhour/php-redis-session-abstract": "~1.4.0", | ||
"composer/composer": "^1.9 || ^2.0", | ||
"magento/magento-composer-installer": ">=0.1.11", | ||
"elasticsearch/elasticsearch": "~7.11.0", | ||
"guzzlehttp/guzzle": "^6.3.3", | ||
"laminas/laminas-captcha": "^2.7.1", | ||
|
@@ -56,15 +55,20 @@ | |
"laminas/laminas-mvc": "~2.7.0", | ||
"laminas/laminas-serializer": "^2.7.2", | ||
"laminas/laminas-server": "^2.6.1", | ||
"laminas/laminas-servicemanager": "^2.7.8", | ||
"laminas/laminas-servicemanager": "^3.5.1", | ||
"laminas/laminas-servicemanager-di": "^1.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see that laminas-servicemanager-di archived and is not required https://github.com/laminas/laminas-servicemanager-di
|
||
"laminas/laminas-session": "^2.7.3", | ||
"laminas/laminas-soap": "^2.7.0", | ||
"laminas/laminas-stdlib": "^3.2.1", | ||
"laminas/laminas-text": "^2.6.0", | ||
"laminas/laminas-uri": "^2.5.1", | ||
"laminas/laminas-validator": "^2.6.0", | ||
"laminas/laminas-view": "~2.11.2", | ||
"league/flysystem": "^1.0", | ||
"league/flysystem-aws-s3-v3": "^1.0", | ||
"league/flysystem-cached-adapter": "^1.0", | ||
"magento/composer": "1.6.0", | ||
"magento/magento-composer-installer": ">=0.1.11", | ||
"magento/zendframework1": "~1.14.2", | ||
"monolog/monolog": "^1.17", | ||
"paragonie/sodium_compat": "^1.6", | ||
|
@@ -79,10 +83,7 @@ | |
"tedivm/jshrink": "~1.4.0", | ||
"tubalmartin/cssmin": "4.1.1", | ||
"webonyx/graphql-php": "^0.13.8", | ||
"wikimedia/less.php": "^3.0.0", | ||
"league/flysystem": "^1.0", | ||
"league/flysystem-aws-s3-v3": "^1.0", | ||
"league/flysystem-cached-adapter": "^1.0" | ||
"wikimedia/less.php": "^3.0.0" | ||
}, | ||
"require-dev": { | ||
"allure-framework/allure-phpunit": "~1.2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -5,7 +5,7 @@ | |||||||
*/ | ||||||||
|
||||||||
use Magento\Setup\Mvc\Bootstrap\InitParamListener; | ||||||||
use Laminas\Mvc\Service\DiAbstractServiceFactoryFactory; | ||||||||
use Laminas\ServiceManager\Di\DiAbstractServiceFactoryFactory; | ||||||||
use Laminas\ServiceManager\Di\DiAbstractServiceFactory; | ||||||||
Comment on lines
+8
to
9
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Based on documentation for lamins-servicemanager since v.3.0.0 laminas/laminas-servicemanager-di is not required and factories map could be removed from line
|
||||||||
|
||||||||
return [ | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on release notes https://github.com/laminas/laminas-servicemanager/releases php 8 support added from 3.6.0