Skip to content

Commit

Permalink
Fix composer require checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed Oct 29, 2024
1 parent 9efe932 commit 8933545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 1 addition & 7 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"scan-files" : ["bin/esb"],
"symbol-whitelist": [
"null", "true", "false", "static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",

"mb_convert_encoding"
]
"scan-files" : ["bin/esb"]
}
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"php": "~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"ext-pcntl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/dependency-injection": "^4.3",
"symfony/config": "^4.3",
"symfony/yaml": "^4.3",
Expand All @@ -38,9 +39,6 @@
"symfony/deprecation-contracts": "^2.1",
"amphp/http-server-form-parser": "^1.1"
},
"suggest": {
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"Webgriffe\\Esb\\": ["src/"]
Expand Down

0 comments on commit 8933545

Please sign in to comment.