Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
upgrade to PHP 8.1 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 authored Jul 8, 2022
1 parent a1d229e commit 03ba5c1
Show file tree
Hide file tree
Showing 9 changed files with 428 additions and 148 deletions.
29 changes: 15 additions & 14 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@
*.zip -text binary

# files/folders to ignore
/.* export-ignore
.editorconfig export-ignore text eol=lf
.gitattributes export-ignore text eol=lf
.gitignore export-ignore text eol=lf
.php-cs-fixer.php export-ignore text eol=lf
codecov.yml export-ignore text eol=lf
infection.json export-ignore text eol=lf
phpcs.xml export-ignore text eol=lf
phpmd.ruleset.xml export-ignore text eol=lf
phpstan.neon export-ignore text eol=lf
phpunit.xml export-ignore text eol=lf
rector.php export-ignore text eol=lf
/tests export-ignore
/.github export-ignore
/.* export-ignore
.editorconfig export-ignore text eol=lf
.gitattributes export-ignore text eol=lf
.gitignore export-ignore text eol=lf
.markdown-link-check.json export-ignore text eol=lf
.mega-linter.yml export-ignore text eol=lf
.php-cs-fixer.php export-ignore text eol=lf
.phplint.yml export-ignore text eol=lf
codecov.yml export-ignore text eol=lf
infection.json export-ignore text eol=lf
phpcs.xml export-ignore text eol=lf
phpstan.neon export-ignore text eol=lf
phpunit.xml export-ignore text eol=lf
/tests export-ignore
/.github export-ignore
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@ updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Europe/Berlin"
interval: "daily"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
assignees:
- "mimmi20"
labels:
- "dependencies"
versioning-strategy: "widen"
versioning-strategy: "increase"
commit-message:
include: "scope"
prefix: "composer"
ignore:
- dependency-name: "rollbar/rollbar"
versions:
- ">= 3"
- dependency-name: "predis/predis"
versions:
- ">= 2"
- dependency-name: "elasticsearch/elasticsearch"
versions:
- ">= 8"
# - dependency-name: phpunit/phpunit
# versions:
# - ">= 0"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Europe/Berlin"
interval: "daily"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
Expand Down
Loading

0 comments on commit 03ba5c1

Please sign in to comment.