Switch to PHP 8.2
This commit is contained in:
@@ -28,10 +28,17 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
<<<<<<< HEAD
|
||||||
"php": "~8.1",
|
"php": "~8.1",
|
||||||
"ext-dom": "20031129",
|
"ext-dom": "20031129",
|
||||||
"ext-libxml": "~8.1.1",
|
"ext-libxml": "~8.1.1",
|
||||||
"guzzlehttp/guzzle": "^7.2"
|
"guzzlehttp/guzzle": "^7.2"
|
||||||
|
=======
|
||||||
|
"php": "~8.2",
|
||||||
|
"ext-dom": "*",
|
||||||
|
"ext-libxml": "*",
|
||||||
|
"guzzlehttp/guzzle": "^7.5"
|
||||||
|
>>>>>>> 22de47d (Switch to PHP 8.2)
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpdocumentor/phpdocumentor": ">=2.9",
|
"phpdocumentor/phpdocumentor": ">=2.9",
|
||||||
@@ -46,5 +53,10 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"mirzaev\\accounts\\tests\\": "mirzaev/accounts/tests"
|
"mirzaev\\accounts\\tests\\": "mirzaev/accounts/tests"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"symfony/flex": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2562
composer.lock
generated
2562
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user