mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
composer update
This commit is contained in:
parent
89fa87e65b
commit
208057e445
1 changed files with 3 additions and 3 deletions
|
|
@ -9,14 +9,14 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=8.1",
|
||||||
"icewind/streams": ">=0.7.3"
|
"icewind/streams": ">=0.7.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.5|^9.3.8",
|
"phpunit/phpunit": "^8.5|^9.3.8",
|
||||||
"friendsofphp/php-cs-fixer": "^2.16",
|
"friendsofphp/php-cs-fixer": "v3.89.0",
|
||||||
"phpstan/phpstan": "^0.12.57",
|
"phpstan/phpstan": "^0.12.57",
|
||||||
"psalm/phar": "^4.3"
|
"psalm/phar": "5.26.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue