Skip to content

fix: update deps + fix build issue + cleanup #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: update deps + fix build issue + cleanup
  • Loading branch information
atymic committed Oct 8, 2020
commit a0a83516cb29dc5f3b0cea29e30faaa15ce9a616
4 changes: 0 additions & 4 deletions bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?php

use App\Extend\DocumentationImporter;
use App\Extend\GithubEmojiReplacer;
use App\Listeners\GenerateSitemap;
use GuzzleHttp\Client;
use Mni\FrontYAML\Markdown\MarkdownParser;
use TightenCo\Jigsaw\Jigsaw;
use TightenCo\Jigsaw\Parsers\ParsedownExtraParser;

/** @var $container \Illuminate\Container\Container */
/** @var $events \TightenCo\Jigsaw\Events\EventBus */
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"tightenco/jigsaw-docs-template": "^1.0",
"samdark/sitemap": "^2.2",
"symfony/process": "^4.3",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.3",
"erusev/parsedown-extra": "^0.8.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading