Skip to content

Commit

Permalink
Merge pull request #32 from still-code/support-8.2
Browse files Browse the repository at this point in the history
add support for php 8.2
  • Loading branch information
atmonshi authored Nov 7, 2023
2 parents 469522f + 63b726e commit e88f4ff
Show file tree
Hide file tree
Showing 2 changed files with 1,286 additions and 608 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": "^7.1|^8.0|^8.1",
"php": "^7.1|^8.0|^8.1|^8.2",
"illuminate/support": "^8.0|^9.0|^10.0",
"khaled.alshamaa/ar-php": "^6.3"
},
Expand Down
Loading

0 comments on commit e88f4ff

Please sign in to comment.