Skip to content

Commit 6496534

Browse files
authored
Merge pull request #3 from glhd/hotfix/php-8.2
Lower PHP version requirement to 8.2
2 parents 3e573da + 5fee2ae commit 6496534

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.idea/php.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"license": "MIT",
1414
"require": {
15-
"php": ">= 8.3",
15+
"php": ">= 8.2",
1616
"illuminate/support": "^8|^9|^10|^11|^12|13.x-dev|dev-master",
1717
"illuminate/database": "^8|^9|^10|^11|^12|13.x-dev|dev-master",
1818
"ext-json": "*"

0 commit comments

Comments
 (0)