1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Add Laravel 10.x support

This commit is contained in:
Sang Nguyen 2023-02-15 16:22:15 +07:00 committed by GitHub
parent a737879baf
commit dcf7723995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
}, },
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"illuminate/support": "^8.24|^9.0", "illuminate/support": "^8.24|^9.0|^10.0",
"imliam/laravel-blade-helper": "^1.4" "imliam/laravel-blade-helper": "^1.4"
}, },
"require-dev": { "require-dev": {