N°6002 - Explicitly add symfony/http-foundation and symfony/http-kernel to composer.json for easier lib update

This commit is contained in:
Molkobain
2023-02-22 22:38:15 +01:00
parent d997e36de0
commit 826fbe10c8
28 changed files with 262 additions and 144 deletions

View File

@@ -5,7 +5,7 @@
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '5ee603f2ba067f521d8b98a14c42d09820dec2fb',
'reference' => 'd997e36de0f7ad4a820dbae8851c60f55fcd1c25',
'name' => 'combodo/itop',
'dev' => true,
),
@@ -25,7 +25,7 @@
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '5ee603f2ba067f521d8b98a14c42d09820dec2fb',
'reference' => 'd997e36de0f7ad4a820dbae8851c60f55fcd1c25',
'dev_requirement' => false,
),
'combodo/tcpdf' => array(
@@ -498,21 +498,21 @@
'dev_requirement' => false,
),
'symfony/http-foundation' => array(
'pretty_version' => 'v5.4.11',
'version' => '5.4.11.0',
'pretty_version' => 'v5.4.20',
'version' => '5.4.20.0',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/http-foundation',
'aliases' => array(),
'reference' => '0a5868e0999e9d47859ba3d918548ff6943e6389',
'reference' => 'd0435363362a47c14e9cf50663cb8ffbf491875a',
'dev_requirement' => false,
),
'symfony/http-kernel' => array(
'pretty_version' => 'v5.4.11',
'version' => '5.4.11.0',
'pretty_version' => 'v5.4.20',
'version' => '5.4.20.0',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/http-kernel',
'aliases' => array(),
'reference' => '4fd590a2ef3f62560dbbf6cea511995dd77321ee',
'reference' => 'aaeec341582d3c160cc9ecfa8b2419ba6c69954e',
'dev_requirement' => false,
),
'symfony/polyfill-ctype' => array(