mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 12:14:54 +02:00
psalm fixes
This commit is contained in:
parent
07b1776db6
commit
add1aa4e7d
3 changed files with 9 additions and 4 deletions
|
|
@ -9,15 +9,15 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3 || >=8.0",
|
||||
"php": ">=8.2",
|
||||
"sabre/dav": "^4.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-parallel-lint/php-parallel-lint": "^1.0",
|
||||
"friendsofphp/php-cs-fixer": "^2",
|
||||
"phpstan/phpstan": "^2.2",
|
||||
"psalm/phar": "^4.3",
|
||||
"phpunit/phpunit": "^8"
|
||||
"psalm/phar": "^6.16.1",
|
||||
"phpunit/phpunit": "^11"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue