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

Laravel 12 support

This commit is contained in:
Samuel Štancl 2025-03-06 14:48:36 +01:00
parent f6fd5f4a55
commit 2e78b2f8e1
3 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
laravel: [10, 11] laravel: [10, 11, 12]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -24,11 +24,11 @@
}, },
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"illuminate/support": "^10.0|^11.0", "illuminate/support": ">=10.0",
"illuminate/view": "^10.0|^11.0" "illuminate/view": ">=10.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^8.0|^9.0", "orchestra/testbench": ">=8.0",
"nunomaduro/larastan": "^2.4", "nunomaduro/larastan": "^2.4",
"pestphp/pest": "^2.0", "pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0", "pestphp/pest-plugin-laravel": "^2.0",

View file

@ -10,10 +10,10 @@ parameters:
universalObjectCratesClasses: universalObjectCratesClasses:
- Illuminate\Routing\Route - Illuminate\Routing\Route
- ArchTech\SEO\SEOManager - ArchTech\SEO\SEOManager
checkMissingIterableValueType: false
ignoreErrors: ignoreErrors:
- '#^Method ArchTech\\SEO\\SEOManager::flipp\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#' - '#^Method ArchTech\\SEO\\SEOManager::flipp\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::previewify\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#' - '#^Method ArchTech\\SEO\\SEOManager::previewify\(\) should return static\(ArchTech\\SEO\\SEOManager\)\|string but returns array\|string\|null\.$#'
- '#^Method ArchTech\\SEO\\SEOManager::render\(\) has parameter \$args with no type specified\.$#' - '#^Method ArchTech\\SEO\\SEOManager::render\(\) has parameter \$args with no type specified\.$#'
- '#^Parameter \#1 \$value of function e expects#' - '#^Parameter \#1 \$value of function e expects#'
- identifier: missingType.iterableValue