Skip to content

Add a test to compare the package versions in composer.json with the configuration of the installer #111

Description

@froschdesign

"chubbyphp/chubbyphp-laminas-config": "^1.1",
"composer/composer": "^1.5 || ^2.0",
"elie29/zend-phpdi-config": "^6.0 || ^8.0 || ^9.0",
"filp/whoops": "^2.12.1",
"jsoumelidis/zend-sf-di-config": "^0.5",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-development-mode": "^3.3.0",
"laminas/laminas-pimple-config": "^1.4",
"laminas/laminas-servicemanager": "^3.6.4",
"mezzio/mezzio-fastroute": "^3.2.0",
"mezzio/mezzio-laminasrouter": "^3.1.0",
"mezzio/mezzio-laminasviewrenderer": "^2.3.0",
"mezzio/mezzio-platesrenderer": "^2.3.0",
"mezzio/mezzio-twigrenderer": "^2.7.0",

'packages' => [
'chubbyphp/chubbyphp-laminas-config' => [
'version' => '^1.0',
],
'elie29/zend-phpdi-config' => [
'version' => '^6.0',
],
'filp/whoops' => [
'version' => '^2.7.1',
],
'jsoumelidis/zend-sf-di-config' => [
'version' => '^0.4',
],
'mezzio/mezzio-fastroute' => [
'version' => '^3.0.3',
'whitelist' => [
'mezzio/mezzio-fastroute',
],
],
'mezzio/mezzio-platesrenderer' => [
'version' => '^2.2',
'whitelist' => [
'mezzio/mezzio-platesrenderer',
],
],
'mezzio/mezzio-twigrenderer' => [
'version' => '^2.6',
'whitelist' => [
'mezzio/mezzio-twigrenderer',
],
],
'mezzio/mezzio-laminasrouter' => [
'version' => '^3.0.1',
'whitelist' => [
'mezzio/mezzio-laminasrouter',
],
],
'mezzio/mezzio-laminasviewrenderer' => [
'version' => '^2.2',
'whitelist' => [
'mezzio/mezzio-laminasviewrenderer',
],
],
'laminas/laminas-pimple-config' => [
'version' => '^1.1.1',
],
'laminas/laminas-servicemanager' => [
'version' => '^3.4',
],
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions