Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Feb 25, 2024
1 parent 5331354 commit d896eb7
Show file tree
Hide file tree
Showing 4 changed files with 551 additions and 976 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source" : "https://github.com/FastyBird/miniserver"
},
"require" : {
"php" : ">=8.1.0",
"php" : ">=8.2.0",
"contributte/event-dispatcher" : "^0.8",
"contributte/translation" : "^2.0",
"fastybird/fastybird" : "dev-main",
Expand Down Expand Up @@ -62,12 +62,19 @@
"extra": {
"enable-patching": false,
"patches": {
"contributte/monolog": {
"Bug: invalid callback definition": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/contributte-monolog-src-loggerholder-php.patch"
},
"dg/bypass-finals": {
"Bug: mkdir check": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/dg-bypass-finals-src-nativewrapper-php.patch"
},
"doctrine/orm": {
"Bug: Ramsey uuid not working - Part 1": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/doctrine-orm-lib-doctrine-orm-persisters-entity-basicentitypersister-php.patch",
"Bug: Ramsey uuid not working - Part 2": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/doctrine-orm-lib-doctrine-orm-persisters-entity-joinedsubclasspersister-php.patch"
"Bug: Ramsey uuid not working - Part 2": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/doctrine-orm-lib-doctrine-orm-persisters-entity-joinedsubclasspersister-php.patch",
"Feature: Dynamic discriminator map": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/doctrine-orm-lib-doctrine-orm-mapping-classmetadatafactory-php.patch"
},
"doctrine/dbal": {
"Bug: PDO:Quote null patch": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/doctrine-dbal-src-connection-php.patch"
},
"nettrine/orm": {
"Enable connection overrides": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/nettrine-orm-src-managerregistry-php.patch"
Expand All @@ -77,6 +84,9 @@
},
"react/event-loop": {
"Bug: Use native return type": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/react-event-loop-src-loop-php.patch"
},
"softcreatr/jsonpath": {
"Feature: enable extended queries": "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/softcreatr-jsonpath-src-filters-querymatchfilter-php.patch"
}
}
},
Expand Down
Loading

0 comments on commit d896eb7

Please sign in to comment.