1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:54:04 +00:00

lower required php version back to 8.1

This commit is contained in:
Samuel Štancl 2023-01-04 03:08:56 +01:00
parent db1dc334a6
commit 32a128d657

View file

@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"ext-json": "*",
"illuminate/support": "^9.0",
"spatie/ignition": "^1.4",