Skip to content

Commit b5385f2

Browse files
authored
Merge pull request #5 from protonemedia/php-8.2
Support for PHP 8.2
2 parents f7e6c12 + 025b28c commit b5385f2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [8.1, 8.0]
15+
php: [8.2, 8.1, 8.0]
1616
laravel: [9.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Total Downloads](https://img.shields.io/packagist/dt/protonemedia/laravel-dusk-fakes.svg?style=flat-square)](https://packagist.org/packages/protonemedia/laravel-dusk-fakes)
66
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen)](https://plant.treeware.earth/protonemedia/laravel-dusk-fakes)
77

8-
## Support this package!
8+
## Sponsor this package!
99

1010
❤️ 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!
1111

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0|^8.1",
19+
"php": "^8.0|^8.1|^8.2",
2020
"illuminate/contracts": "^9.0",
2121
"laravel/dusk": "^7.0"
2222
},
@@ -25,6 +25,7 @@
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
28+
"nesbot/carbon": "^2.63",
2829
"nunomaduro/collision": "^6.0",
2930
"orchestra/testbench": "^7.0",
3031
"pestphp/pest": "^1.21",
@@ -62,4 +63,4 @@
6263
},
6364
"minimum-stability": "dev",
6465
"prefer-stable": true
65-
}
66+
}

0 commit comments

Comments
 (0)