composer require altorouter/altorouter

correction_routeur
gwplanchon 1 year ago
parent e394aab4a2
commit 9107b9c9eb

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

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

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

Loading…
Cancel
Save