Skip to content

Commit

Permalink
update composer dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Spine committed Jan 1, 2024
1 parent e54d7f9 commit cedfbe7
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 186 deletions.
9 changes: 4 additions & 5 deletions bin/local-patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

set -euo pipefail

ROOT="$(dirname $0)"

patch -p1 < "$ROOT"/../misc/patch/ecc.patch
patch -p1 < "$ROOT"/../misc/patch/monerophp.patch
patch -p1 < "$ROOT"/../misc/patch/whichbrowser.patch
for patch in "$(dirname $0)"/../misc/patch/*.patch
do
patch -p1 < $patch
done
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"whichbrowser/parser": "^2.1.7"
},
"require-dev": {
"phpstan/phpstan": "^1.10.3",
"phpunit/php-code-coverage": "^9.2.25",
"phpunit/phpunit": "^9.6.3",
"rector/rector": "^0.15.18",
"phpstan/phpstan": "^1.10.50",
"phpunit/php-code-coverage": "^9.2.30",
"phpunit/phpunit": "^9.6.15",
"rector/rector": "^0.18.13",
"squizlabs/php_codesniffer": "^3"
},
"scripts": {
Expand Down
Loading

0 comments on commit cedfbe7

Please sign in to comment.