Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
feat!: VOL-3691 switch to Psr Container (#58)
Browse files Browse the repository at this point in the history
* feat: VOL-3691 switch to Psr Container

BREAKING CHANGE: interop/container no longer supported

* fix: psr/container now specifc dependency

* feat: update to version 6 of olcs dependencies
  • Loading branch information
ilindsay authored Feb 21, 2024
1 parent 49b2cdc commit 2cc08c1
Show file tree
Hide file tree
Showing 198 changed files with 249 additions and 248 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@
"laminas/laminas-mvc-plugin-prg": "^1.7",
"laminas/laminas-navigation": "^2.15",
"laminas/laminas-serializer": "^2.10",
"laminas/laminas-servicemanager": "^3.0",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-session": "^2.8",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-validator": "^2.25",
"laminas/laminas-view": "^2.11",
"lm-commons/lmc-rbac-mvc": "^3.3",
"olcs/olcs-auth": "^5.0.0",
"olcs/olcs-common": "^5.0.0",
"olcs/olcs-logging": "^5.0.0",
"olcs/olcs-transfer": "^5.0.0",
"olcs/olcs-utils": "^5.0.0"
"olcs/olcs-auth": "^6.0.0",
"olcs/olcs-common": "^6.0.0",
"olcs/olcs-logging": "^6.0.0",
"olcs/olcs-transfer": "^6.0.0",
"olcs/olcs-utils": "^6.0.0",
"psr/container": "^1.1|^2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down
92 changes: 46 additions & 46 deletions composer.lock

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
Expand Up @@ -25,7 +25,7 @@
use Dvsa\Olcs\Application\Controller\AddVehiclesQuestionController;
use Dvsa\Olcs\Application\Controller\LvaVehicleController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\Mvc\Controller\Plugin\Url;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Common\Service\Script\ScriptFactory;
use Dvsa\Olcs\Application\Controller\AddressesController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Common\Service\Table\TableFactory;
use Dvsa\Olcs\Application\Controller\BusinessDetailsController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Identity\IdentityProviderInterface;
use LmcRbacMvc\Service\AuthorizationService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Dvsa\Olcs\Application\Controller\BusinessTypeController;
use Dvsa\Olcs\Transfer\Util\Annotation\AnnotationBuilder;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Identity\IdentityProviderInterface;
use LmcRbacMvc\Service\AuthorizationService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Common\Service\Table\TableFactory;
use Dvsa\Olcs\Application\Controller\ConvictionsPenaltiesController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Dvsa\Olcs\Application\Controller\FinancialEvidenceController;
use Dvsa\Olcs\Transfer\Util\Annotation\AnnotationBuilder;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Common\Service\Script\ScriptFactory;
use Dvsa\Olcs\Application\Controller\FinancialHistoryController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;

use LmcRbacMvc\Service\AuthorizationService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Common\Service\Table\TableFactory;
use Dvsa\Olcs\Application\Controller\LicenceHistoryController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Common\Service\Table\TableFactory;
use Dvsa\Olcs\Application\Controller\LvaVehicleController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Common\Service\Script\ScriptFactory;
use Dvsa\Olcs\Application\Controller\OperatingCentresController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Common\Service\Helper\StringHelperService;
use Dvsa\Olcs\Application\Controller\OverviewController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Common\Service\Table\TableFactory;
use Dvsa\Olcs\Application\Controller\PaymentSubmissionController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Common\Service\Script\ScriptFactory;
use Dvsa\Olcs\Application\Controller\PeopleController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use Olcs\Controller\Lva\Adapters\ApplicationPeopleAdapter;
use LmcRbacMvc\Service\AuthorizationService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Common\Service\Table\TableFactory;
use Dvsa\Olcs\Application\Controller\SafetyController;
use Dvsa\Olcs\Utils\Translation\NiTextTranslation;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use Laminas\ServiceManager\Factory\FactoryInterface;
use LmcRbacMvc\Service\AuthorizationService;

Expand Down
Loading

0 comments on commit 2cc08c1

Please sign in to comment.