Skip to content

Commit

Permalink
Add support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Nov 3, 2022
1 parent 4342d60 commit 9b4cebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
composer:
- ""
- "--prefer-lowest"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require-dev": {
"duncan3dc/object-intruder": "^0.3 || ^1.0",
"duncan3dc/php-ini": "^1.0",
"maglnet/composer-require-checker": "^2.0",
"mockery/mockery": "^1.2",
"maglnet/composer-require-checker": "^2.0 || ^4.0",
"mockery/mockery": "^1.3.6",
"squizlabs/php_codesniffer": "^3.5.8",
"phpunit/phpunit": "^8.2"
"phpunit/phpunit": "^8.5.31"
},
"autoload": {
"psr-4": {"duncan3dc\\MetaAudio\\": "src/"}
Expand Down

0 comments on commit 9b4cebe

Please sign in to comment.