Skip to content

Commit

Permalink
Update wearerequired/coding-standards requirement from ^5.0 to ^6.0 (#7)
Browse files Browse the repository at this point in the history
* Update wearerequired/coding-standards requirement from ^5.0 to ^6.0

Updates the requirements on [wearerequired/coding-standards](https://github.com/wearerequired/coding-standards) to permit the latest version.
- [Release notes](https://github.com/wearerequired/coding-standards/releases)
- [Changelog](https://github.com/wearerequired/coding-standards/blob/master/CHANGELOG.md)
- [Commits](wearerequired/coding-standards@5.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: wearerequired/coding-standards
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add more type hints, bump PHP requirement

* Update PHP version used for linting

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Schilling <[email protected]>
  • Loading branch information
dependabot[bot] and ocean90 authored Nov 19, 2024
1 parent c69fe6d commit 09970c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "8.0"
coverage: none
tools: composer

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
"wearerequired/coding-standards": "^5.0"
"wearerequired/coding-standards": "^6.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 09970c3

Please sign in to comment.