Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Jul 4, 2020
1 parent 8d8f56f commit fb658fc
Show file tree
Hide file tree
Showing 718 changed files with 11,086 additions and 7,961 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template",
"template-engine"
],
"version": "1.6.0",
"version": "1.7.0",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
Expand Down
84 changes: 82 additions & 2 deletions vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

return array(
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'72579e7bd17821bb1321b87411366eae' => $vendorDir . '/illuminate/support/helpers.php',
'c7670cb7f1849ee3cda73e84aedf83f0' => $baseDir . '/helpers.php',
);
4 changes: 2 additions & 2 deletions vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
$baseDir = dirname($vendorDir);

return array(
'voku\\tests\\' => array($vendorDir . '/voku/portable-ascii/tests'),
'voku\\helper\\' => array($vendorDir . '/voku/simple_html_dom/src/voku/helper'),
'voku\\' => array($vendorDir . '/voku/html-min/src/voku', $vendorDir . '/voku/portable-ascii/src/voku'),
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
Expand All @@ -23,7 +23,7 @@
'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
'Afbora\\' => array($baseDir . '/src'),
);
101 changes: 91 additions & 10 deletions vendor/composer/autoload_static.php

Large diffs are not rendered by default.

Loading

0 comments on commit fb658fc

Please sign in to comment.