Skip to content

Commit

Permalink
fix error ext-zip not use in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rosven9856 committed May 30, 2024
1 parent b854326 commit 643a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"rector": "rector process",
"require-checker": "composer-require-checker check --config-file=composer-require-checker.json composer.json",
"test": "phpunit",
"unused": "composer-unused"
"unused": "composer-unused --excludePackage=ext-zip"
}
}

0 comments on commit 643a614

Please sign in to comment.