Update dependencies + cp vendor/*/src src/

This commit is contained in:
billz
2024-02-27 11:48:37 +01:00
parent 8ecd542eae
commit def8be88fb
49 changed files with 4542 additions and 2 deletions

View File

@@ -13,12 +13,16 @@
}
],
"require": {
"php": "^7.0"
"php": "^8.2",
"vlucas/phpdotenv": "^5.6",
"phpoption/phpoption": "^1.9",
"ext-mbstring": "*"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"squizlabs/php_codesniffer": "^3.5.5"
"squizlabs/php_codesniffer": "^3.9.0",
"ext-simplexml": "*"
},
"scripts": {
"lint": "parallel-lint . --exclude vendor",