Skip to content

Commit

Permalink
⬆️ Laravel 10 Support (#7)
Browse files Browse the repository at this point in the history
* ⬆️ Laravel 10 Support
  • Loading branch information
marcreichel authored Feb 15, 2023
1 parent ca9f68b commit fd5371d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 343 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0]
laravel: [9.*, 8.*]
laravel: [10.*, 9.*, 8.*]
stability: [prefer-stable]
exclude:
- laravel: 10.*
php: 8.0
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"require-dev": {
"gajus/dindent": "^2.0",
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.0|^7.0",
"nunomaduro/collision": "^5.10|^6.1",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"nunomaduro/collision": "^5.10|^6.1|^7.0",
"roave/security-advisories": "dev-latest",
"nunomaduro/larastan": "^1.0|^2.0"
},
"require": {
"php": "^8.0.2",
"illuminate/support": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "~6.0|~7.0"
}
}
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ parameters:
# The level 8 is the highest level
level: 8
ignoreErrors:
- '#Call to an undefined method Illuminate\\View\\ViewFinderInterface::getPaths\(\).#'
- '#Parameter \#1 $view of function view expects view-string|null, string given.#'
# - '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist.#'
# - '#Unsafe usage of new static#'
excludePaths:
Expand Down
182 changes: 0 additions & 182 deletions tests/BladeTest.php

This file was deleted.

42 changes: 0 additions & 42 deletions tests/ComponentTestCase.php

This file was deleted.

66 changes: 0 additions & 66 deletions tests/InteractsWithViews.php

This file was deleted.

47 changes: 0 additions & 47 deletions tests/TestView.php

This file was deleted.

0 comments on commit fd5371d

Please sign in to comment.