Skip to content

Commit bdaaf54

Browse files
committed
Drop uninstallable dependencies
- `google/auth` prevents installing `psr/cache:<2.0` and `psr/log:<3.0` - `kreait/firebase-tokens` prevents installing `lcobucci/jwt:<5.0`
1 parent a09bb87 commit bdaaf54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"cuyz/valinor": "^2.2.1",
3535
"fig/http-message-util": "^1.1.5",
3636
"firebase/php-jwt": "^6.10.2",
37-
"google/auth": "^v1.45",
37+
"google/auth": "^1.45",
3838
"google/cloud-storage": "^1.45",
3939
"guzzlehttp/guzzle": "^7.9.2",
4040
"guzzlehttp/promises": "^2.0.4",
4141
"guzzlehttp/psr7": "^2.7",
4242
"kreait/firebase-tokens": "^5.2",
43-
"lcobucci/jwt": "^4.3|^5.3",
43+
"lcobucci/jwt": "^5.3",
4444
"mtdowling/jmespath.php": "^2.8.0",
45-
"psr/cache": "^1.0.1|^2.0|^3.0",
45+
"psr/cache": "^2.0 || ^3.0",
4646
"psr/clock": "^1.0",
4747
"psr/http-client": "^1.0.3",
4848
"psr/http-factory": "^1.1",
4949
"psr/http-message": "^1.1 || ^2.0",
50-
"psr/log": "^1.1|^2.0|^3.0.2"
50+
"psr/log": "^3.0.2"
5151
},
5252
"require-dev": {
5353
"php-cs-fixer/shim": "^3.88.2",

0 commit comments

Comments
 (0)