Skip to content

Commit

Permalink
Fixed composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Oct 18, 2024
1 parent 54ec76f commit 740fde3
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 219 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=8.0",
"kreait/firebase-php": "7.15.x",
"npm-asset/firebase": "10.6.x"
"npm-asset/firebase": "10.14.1"
},
"replace": {
"npm-asset/firebase--app": "*",
Expand All @@ -21,14 +21,14 @@
"npm-asset/firebase--performance": "*",
"npm-asset/firebase--util": "*"
},



"provide": {
"npm-asset/undici": "*"
},
"config": {
"process-timeout": 1800,
"platform": {
"php": "8.1"
}
"platform": {
"php": "8.1"
}
},
"repositories": [
{
Expand Down
Loading

0 comments on commit 740fde3

Please sign in to comment.