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