Skip to content

Commit 6a91865

Browse files
committed
feat: add support for PHP 8.1
1 parent 74860d9 commit 6a91865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "javascript", "language", "translations", "routes"],
55
"type": "library",
66
"require": {
7-
"php": "^7.1||^8.2",
7+
"php": "^7.1||^8.1||^8.2",
88
"ext-json": "*",
99
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.14"
1010
},

0 commit comments

Comments
 (0)