Skip to content

Commit d3c5acb

Browse files
authored
fix: update deps + fix build issue + cleanup (geocoder-php#23)
1 parent 3f9de95 commit d3c5acb

14 files changed

+9785
-443
lines changed

bootstrap.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<?php
22

33
use App\Extend\DocumentationImporter;
4-
use App\Extend\GithubEmojiReplacer;
54
use App\Listeners\GenerateSitemap;
6-
use GuzzleHttp\Client;
75
use Mni\FrontYAML\Markdown\MarkdownParser;
8-
use TightenCo\Jigsaw\Jigsaw;
9-
use TightenCo\Jigsaw\Parsers\ParsedownExtraParser;
106

117
/** @var $container \Illuminate\Container\Container */
128
/** @var $events \TightenCo\Jigsaw\Events\EventBus */

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"tightenco/jigsaw-docs-template": "^1.0",
55
"samdark/sitemap": "^2.2",
66
"symfony/process": "^4.3",
7-
"guzzlehttp/guzzle": "^6.3"
7+
"guzzlehttp/guzzle": "^6.3",
8+
"erusev/parsedown-extra": "^0.8.1"
89
},
910
"autoload": {
1011
"psr-4": {
1112
"App\\Extend\\": "extend/",
1213
"App\\Listeners\\": "listeners/"
1314
}
15+
},
16+
"config": {
17+
"platform": {
18+
"php": "7.2.33"
19+
}
1420
}
1521
}

0 commit comments

Comments
 (0)