Skip to content

Commit 1766a0e

Browse files
committed
feat: add Laravel 13 + PHP 8.4 support
1 parent 442900e commit 1766a0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
18+
"php": "^7.4|^8.0|^8.1|^8.2|^8.3|^8.4",
1919
"guzzlehttp/guzzle": "^7.0",
20-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
20+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)