Skip to content

Commit 9b4cebe

Browse files
committed
Add support for PHP 8.1
1 parent 4342d60 commit 9b4cebe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/buildcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "7.3"
1616
- "7.4"
1717
- "8.0"
18+
- "8.1"
1819
composer:
1920
- ""
2021
- "--prefer-lowest"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require-dev": {
1919
"duncan3dc/object-intruder": "^0.3 || ^1.0",
2020
"duncan3dc/php-ini": "^1.0",
21-
"maglnet/composer-require-checker": "^2.0",
22-
"mockery/mockery": "^1.2",
21+
"maglnet/composer-require-checker": "^2.0 || ^4.0",
22+
"mockery/mockery": "^1.3.6",
2323
"squizlabs/php_codesniffer": "^3.5.8",
24-
"phpunit/phpunit": "^8.2"
24+
"phpunit/phpunit": "^8.5.31"
2525
},
2626
"autoload": {
2727
"psr-4": {"duncan3dc\\MetaAudio\\": "src/"}

0 commit comments

Comments
 (0)