Skip to content

Commit a177307

Browse files
committed
minor #xxx [Store] Remove unused dev dependencies
The store bridges have their own composer.json with their specific dependencies. The main store package doesn't need these vendor packages in require-dev since it only tests core functionality.
1 parent da3c61a commit a177307

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/store/composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,13 @@
4949
"symfony/uid": "^7.3|^8.0"
5050
},
5151
"require-dev": {
52-
"codewithkyrian/chromadb-php": "^1.0",
53-
"doctrine/dbal": "^3.3|^4.0",
54-
"mongodb/mongodb": "^1.21|^2.0",
5552
"phpstan/phpstan": "^2.0",
5653
"phpstan/phpstan-strict-rules": "^2.0",
5754
"phpunit/phpunit": "^11.5.46",
58-
"probots-io/pinecone-php": "^1.0",
59-
"symfony/cache": "^6.4|^7.1",
6055
"symfony/console": "^6.4|^7.1",
6156
"symfony/dependency-injection": "^6.4|^7.1",
6257
"symfony/dom-crawler": "^6.4|^7.1"
6358
},
64-
"conflict": {
65-
"mongodb/mongodb": "<1.21"
66-
},
6759
"minimum-stability": "dev",
6860
"autoload": {
6961
"psr-4": {

src/store/phpstan.dist.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parameters:
66
paths:
77
- src/
88
- tests/
9+
excludePaths:
10+
- src/Bridge/
911
treatPhpDocTypesAsCertain: false
1012
ignoreErrors:
1113
-

0 commit comments

Comments
 (0)