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 Feb 20, 2024
1 parent 656340f commit 04d0e77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
composer:
- ""
- "--prefer-lowest"
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
"duncan3dc/object-intruder": "^0.3.0 || ^1.0",
"maglnet/composer-require-checker": "^2.0 || ^3.0",
"mockery/mockery": "^1.4",
"phpstan/phpstan": "^0.12.40",
"nikic/php-parser": "^4.18",
"phpstan/phpstan": "^0.12.100",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^8.3"
"phpunit/phpunit": "^8.5.36"
},
"autoload": {
"psr-4": {"duncan3dc\\Laravel\\": "src/"}
Expand Down

0 comments on commit 04d0e77

Please sign in to comment.