Skip to content

Commit

Permalink
Merge pull request #5 from protonemedia/php-8.2
Browse files Browse the repository at this point in the history
Support for PHP 8.2
  • Loading branch information
pascalbaljet authored Dec 9, 2022
2 parents f7e6c12 + 025b28c commit b5385f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.0]
php: [8.2, 8.1, 8.0]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Total Downloads](https://img.shields.io/packagist/dt/protonemedia/laravel-dusk-fakes.svg?style=flat-square)](https://packagist.org/packages/protonemedia/laravel-dusk-fakes)
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen)](https://plant.treeware.earth/protonemedia/laravel-dusk-fakes)

## Support this package!
## Sponsor this package!

❤️ We proudly support the community by developing Laravel packages and giving them away for free. If this package saves you time or if you're relying on it professionally, please consider [sponsoring the maintenance and development](https://github.com/sponsors/pascalbaljet). Keeping track of issues and pull requests takes time, but we're happy to help!

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.0|^8.1|^8.2",
"illuminate/contracts": "^9.0",
"laravel/dusk": "^7.0"
},
Expand All @@ -25,6 +25,7 @@
},
"require-dev": {
"laravel/pint": "^1.0",
"nesbot/carbon": "^2.63",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
Expand Down Expand Up @@ -62,4 +63,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit b5385f2

Please sign in to comment.