Skip to content

Commit

Permalink
Composer Dependency Analyser: update to analyse ext-xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Nov 18, 2024
1 parent d4f1e77 commit ced3b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
->addPathToScan(__DIR__.'/src', false)
->addPathToScan(__DIR__.'/tests', true)
->ignoreErrorsOnPackage('google/cloud-firestore', [ErrorType::DEV_DEPENDENCY_IN_PROD])
->ignoreErrorsOnExtensionAndPath('ext-curl', 'src/Firebase/Messaging/RequestFactory.php', [ErrorType::SHADOW_DEPENDENCY]) // guarded with extension_loaded
;
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"ext-filter": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"beste/clock": "^3.0",
"beste/in-memory-cache": "^1.0",
"beste/json": "^1.2.1",
Expand Down Expand Up @@ -58,7 +57,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.38",
"rector/rector": "^1.2.10",
"shipmonk/composer-dependency-analyser": "^1.7.0",
"shipmonk/composer-dependency-analyser": "^1.8.1",
"symfony/var-dumper": "^6.4.14 || ^7.0.7",
"vlucas/phpdotenv": "^5.6.1"
},
Expand Down

0 comments on commit ced3b0d

Please sign in to comment.