Skip to content

Commit e4679a0

Browse files
fix(composer): add missing json PHP extension requirement
1 parent 53190eb commit e4679a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"minimum-stability": "stable",
1616
"require": {
1717
"php": ">=7.4",
18+
"ext-json": "*",
1819
"hexadog/laravel-theme-installer": "^1.0",
1920
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
2021
},

0 commit comments

Comments
 (0)