Merge branch 'master' into github-actions-php

# Conflicts:
#	composer.json
This commit is contained in:
Ismo Vuorinen
2022-02-10 17:03:06 +02:00
2 changed files with 10 additions and 5 deletions

View File

@@ -36,11 +36,11 @@
"php": ">=7.3 || ^8.0 || ^8.1"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.3.0",
"ergebnis/composer-normalize": "^2.23",
"orchestra/testbench": "^6.18",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
"dms/phpunit-arraysubset-asserts": "v0.3.1",
"ergebnis/composer-normalize": "2.23.1",
"orchestra/testbench": "v6.24.1",
"phpunit/phpunit": "9.5.13",
"squizlabs/php_codesniffer": "3.6.2"
},
"replace": {
"golonka/bbcodeparser": "*"

5
renovate.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}