I see Light of the Internet!

This commit is contained in:
Krzysztof 'KrzysiekSiemv' Smaga
2023-04-20 21:45:24 +02:00
commit 41fa19344b
814 changed files with 165027 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
<?php return array(
'root' => array(
'name' => 'krzysieksiemv/blog',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '905de3bcc7dff60b47d30a2f635649c644437b23',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'krzysieksiemv/blog' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '905de3bcc7dff60b47d30a2f635649c644437b23',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.7.1',
'version' => '6.7.1.0',
'reference' => '49cd7ea3d2563f028d7811f06864a53b1f15ff55',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(),
'dev_requirement' => false,
),
'twbs/bootstrap' => array(
'pretty_version' => 'v5.2.3',
'version' => '5.2.3.0',
'reference' => 'cb021439c683d9805e2864c58095b92d405e9b11',
'type' => 'library',
'install_path' => __DIR__ . '/../twbs/bootstrap',
'aliases' => array(),
'dev_requirement' => false,
),
'twitter/bootstrap' => array(
'dev_requirement' => false,
'replaced' => array(
0 => 'v5.2.3',
),
),
),
);