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

Add support Laravel 10.x & remove unused package (#26)

* feat: support Laravel 10.x & remove unneccessary package

* Update

* Update

* Update
This commit is contained in:
Dinh Quoc Han 2023-02-15 18:06:47 +07:00 committed by GitHub
parent a737879baf
commit 0992083ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 44 additions and 47 deletions

View file

@ -24,14 +24,14 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0",
"imliam/laravel-blade-helper": "^1.4"
"illuminate/support": "^8.24|^9.0|^10.0",
"illuminate/view": "^8.24|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0",
"nunomaduro/larastan": "^1.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"nunomaduro/larastan": "^1.0|^2.4",
"pestphp/pest": "^1.2|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0",
"intervention/image": "^2.7"
},
"extra": {