Skip to content

Commit

Permalink
Add new package to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Feb 16, 2024
1 parent 2831b2b commit 4e24b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/spork.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'enabled' => true,
'settings' => [
// These vendors dont always match 100% with the versions or available interfaces, likely due to missing dev dependencies.
'blacklist' => ['nesbot', 'doctrine', 'google', 'psy', 'cboden', 'symfony', 'phpunit', 'mockery', 'zendframework'],
'blacklist' => ['nesbot', 'lesstif', 'doctrine', 'google', 'psy', 'cboden', 'symfony', 'phpunit', 'mockery', 'zendframework'],
'whitelist' => [],
],
],
Expand Down

0 comments on commit 4e24b4c

Please sign in to comment.