Skip to content

Commit 8974059

Browse files
authored
Support for PHP 8.2
2 parents 050b50f + 69abcad commit 8974059

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.0, 8.1]
16+
php: [8.0, 8.1, 8.2]
1717
laravel: [9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This package provides a trait to run your tests against a MinIO S3 server.
1010

1111
📝 Blog post: https://protone.media/en/blog/how-to-use-a-local-minio-s3-server-with-laravel-and-automatically-configure-it-for-your-laravel-dusk-test-suite
1212

13-
## Support this package!
13+
## Sponsor this package!
1414

1515
❤️ 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!
1616

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0|^8.1",
19+
"php": "^8.0|^8.1|^8.2",
2020
"guzzlehttp/guzzle": "^7.4",
2121
"illuminate/contracts": "^9.0",
2222
"spatie/laravel-package-tools": "^1.9.2",
2323
"spatie/temporary-directory": "^2.1"
2424
},
2525
"require-dev": {
26+
"nesbot/carbon": "^2.63",
2627
"nunomaduro/collision": "^6.0",
2728
"orchestra/testbench": "^7.0",
2829
"pestphp/pest": "^1.21",
@@ -53,4 +54,4 @@
5354
},
5455
"minimum-stability": "dev",
5556
"prefer-stable": true
56-
}
57+
}

0 commit comments

Comments
 (0)