Add Dice.php patch

This commit is contained in:
Philipp 2023-01-16 21:12:47 +01:00
parent 3749892f59
commit d17a21601c
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 115 additions and 2 deletions

View file

@ -28,6 +28,7 @@
"ext-xml": "*",
"asika/simple-console": "^1.0",
"bacon/bacon-qr-code": "^2.0.0",
"cweagans/composer-patches": "^1.7",
"divineomega/password_exposed": "^2.8",
"ezyang/htmlpurifier": "^4.7",
"friendica/json-ld": "^1.0",
@ -126,7 +127,8 @@
"mockery/mockery": "^1.3",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^9",
"dms/phpunit-arraysubset-asserts": "^0.3.1"
"dms/phpunit-arraysubset-asserts": "^0.3.1",
"symplify/vendor-patches": "11.2.0.72"
},
"scripts": {
"test": "phpunit",
@ -134,5 +136,12 @@
"cs:install": "@composer install --working-dir=bin/dev/php-cs-fixer",
"cs:check": ["@cs:install", "bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run --diff"],
"cs:fix": ["@cs:install", "bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix"]
},
"extra": {
"patches": {
"level-2/dice": [
"mods/patches/level-2-dice-dice-php.patch"
]
}
}
}