Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 13, 2020
1 parent 83ac606 commit 1967415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `ignition` will be documented in this file

## 1.16.3 - 2020-07-13

- do not use missing package solution provider by default (closes #179)

## 1.16.2 - 2020-07-12

- remove ability to fix variable names
Expand Down
2 changes: 1 addition & 1 deletion config/ignition.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
*/

'ignored_solution_providers' => [
//
Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider::class,
],

/*
Expand Down

0 comments on commit 1967415

Please sign in to comment.