mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
43 lines
956 B
JSON
43 lines
956 B
JSON
{
|
|
"name": "archtechx/laravel-seo",
|
|
"description": "",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Samuel Štancl",
|
|
"email": "samuel@archte.ch"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"src/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"ArchTech\\SEO\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ArchTech\\SEO\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.0",
|
|
"illuminate/support": "^8.24",
|
|
"imliam/laravel-blade-helper": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^6.9",
|
|
"nunomaduro/larastan": "^0.6.10",
|
|
"pestphp/pest": "^1.2",
|
|
"pestphp/pest-plugin-laravel": "^1.0"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"ArchTech\\SEO\\PackageServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|