Skip to content

Commit

Permalink
Use remote patch
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 31, 2022
1 parent 857f485 commit b976e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"php": ">=7.4.0|>=8.0.0",
"ext-openssl": "*",
"cweagans/composer-patches": "^1.7",
"fastybird/datetime-factory": "^0.3",
"fastybird/datetime-factory": "^0.4",
"ipub/doctrine-consistence": "^0.4",
"ipub/doctrine-crud": "^3.0",
"ipub/doctrine-dynamic-discriminator-map": "^1.4",
Expand All @@ -55,7 +55,7 @@
},

"require-dev": {
"fastybird/web-server": "^0.5",
"fastybird/web-server": "^0.8",
"mockery/mockery": "^1.4",
"nettrine/cache": "^0.3",
"nettrine/orm": "^0.8",
Expand Down Expand Up @@ -92,7 +92,7 @@
"extra": {
"patches": {
"nette/utils": {
"Bug: Offset check with null support": "patches/nette.array.offsetCheck.diff"
"Bug: Offset check with null support" : "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/nette.array.offsetCheck.diff"
}
}
}
Expand Down
14 changes: 0 additions & 14 deletions patches/nette.array.offsetCheck.diff

This file was deleted.

0 comments on commit b976e36

Please sign in to comment.