Ajout du htaccess
This commit is contained in:
29
vendor/composer/installed.json
vendored
29
vendor/composer/installed.json
vendored
@ -209,6 +209,35 @@
|
||||
},
|
||||
"install-path": "../psr/log"
|
||||
},
|
||||
{
|
||||
"name": "symfony/apache-pack",
|
||||
"version": "v1.0.1",
|
||||
"version_normalized": "1.0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/apache-pack.git",
|
||||
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
|
||||
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
|
||||
"shasum": ""
|
||||
},
|
||||
"time": "2017-12-12T01:46:35+00:00",
|
||||
"type": "symfony-pack",
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "A pack for Apache support in Symfony",
|
||||
"support": {
|
||||
"issues": "https://github.com/symfony/apache-pack/issues",
|
||||
"source": "https://github.com/symfony/apache-pack/tree/master"
|
||||
},
|
||||
"install-path": "../symfony/apache-pack"
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v5.4.7",
|
||||
|
13
vendor/composer/installed.php
vendored
13
vendor/composer/installed.php
vendored
@ -5,7 +5,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'ea47c93aa762fe2431e0de74452ee04f1f06c15d',
|
||||
'reference' => '8ac12f715c8b3d186084d274b182c22d754ce09b',
|
||||
'name' => '__root__',
|
||||
'dev' => true,
|
||||
),
|
||||
@ -16,7 +16,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'ea47c93aa762fe2431e0de74452ee04f1f06c15d',
|
||||
'reference' => '8ac12f715c8b3d186084d274b182c22d754ce09b',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'psr/cache' => array(
|
||||
@ -85,6 +85,15 @@
|
||||
0 => '1.0|2.0',
|
||||
),
|
||||
),
|
||||
'symfony/apache-pack' => array(
|
||||
'pretty_version' => 'v1.0.1',
|
||||
'version' => '1.0.1.0',
|
||||
'type' => 'symfony-pack',
|
||||
'install_path' => __DIR__ . '/../symfony/apache-pack',
|
||||
'aliases' => array(),
|
||||
'reference' => '3aa5818d73ad2551281fc58a75afd9ca82622e6c',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/cache' => array(
|
||||
'pretty_version' => 'v5.4.7',
|
||||
'version' => '5.4.7.0',
|
||||
|
Reference in New Issue
Block a user