composer require altorouter/altorouter

correction_routeur
gwplanchon 1 year ago
parent e394aab4a2
commit 9107b9c9eb

@ -7,7 +7,7 @@
}
},
"require": {
"twig/twig": "^3.0",
"altorouter/altorouter": "^2.0"
"altorouter/altorouter": "^2.0",
"twig/twig": "^3.7"
}
}

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "50a12e246aa2326c2182d13a3da61ed4",
"content-hash": "6539a3b2ab32d0f1df8933f4838b0c34",
"packages": [
{
"name": "altorouter/altorouter",

@ -98,7 +98,7 @@
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "source",
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
@ -183,7 +183,7 @@
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "source",
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
@ -260,7 +260,7 @@
},
"time": "2023-08-28T11:09:02+00:00",
"type": "library",
"installation-source": "source",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Twig\\": "src/"

@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '59f8320af339ba3e1ed44b2ebb980f873413317d',
'reference' => '92a28b68ae38ea0e60917f97c2afb62ab01950ba',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '59f8320af339ba3e1ed44b2ebb980f873413317d',
'reference' => '92a28b68ae38ea0e60917f97c2afb62ab01950ba',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),

Loading…
Cancel
Save