Switch to PHP 8.2
This commit is contained in:
parent
f84e668195
commit
22de47d859
|
@ -28,9 +28,9 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~8.1",
|
||||
"ext-dom": "20031129",
|
||||
"ext-libxml": "~8.1.1",
|
||||
"php": "~8.2",
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*",
|
||||
"guzzlehttp/guzzle": "^7.5"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -46,5 +46,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