Skip to content

Commit e88f4ff

Browse files
authored
Merge pull request #32 from still-code/support-8.2
add support for php 8.2
2 parents 469522f + 63b726e commit e88f4ff

File tree

2 files changed

+1286
-608
lines changed

2 files changed

+1286
-608
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.1|^8.0|^8.1",
27+
"php": "^7.1|^8.0|^8.1|^8.2",
2828
"illuminate/support": "^8.0|^9.0|^10.0",
2929
"khaled.alshamaa/ar-php": "^6.3"
3030
},

0 commit comments

Comments
 (0)