Drop support for PHP 7.2, and update dependencies

In CI add tests for PHP 8.2
This commit is contained in:
Abijeet
2023-01-21 13:09:27 +05:30
committed by Niklas Laxström
parent 66e804116b
commit aa4cef355c
3 changed files with 24 additions and 24 deletions

View File

@@ -30,7 +30,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"mustangostang/spyc": "0.6.3"
},
"require-dev": {