Skip to content

Commit

Permalink
Merge pull request #19 from asbiin/laravel9
Browse files Browse the repository at this point in the history
Support Laravel 9.x
  • Loading branch information
HergenD committed May 27, 2022
2 parents 528ac68 + 9e8911e commit 78a411d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7,133 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
testbench
vendor
*.cache
composer.lock
23 changes: 23 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,23 @@
build:
environment:
php:
version: 8.1
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
tests: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -13,11 +13,11 @@
"homepage": "https://github.com/werk365/etagconditionals",
"keywords": ["Laravel", "EtagConditionals"],
"require": {
"illuminate/support": "~7|~8"
"illuminate/support": "~7|~8|~9"
},
"require-dev": {
"phpunit/phpunit": "~8.0|~9.0",
"orchestra/testbench": "~5|~6"
"orchestra/testbench": "~5|~6|~7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 78a411d

Please sign in to comment.