diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7658771..090a896 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.0, 8.1] + php: [8.0, 8.1, 8.2] laravel: [9.*] stability: [prefer-lowest, prefer-stable] include: diff --git a/README.md b/README.md index 2e5cb84..7c17450 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This package provides a trait to run your tests against a MinIO S3 server. 📝 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 -## 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! diff --git a/composer.json b/composer.json index 841f46a..8df2eb3 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,14 @@ } ], "require": { - "php": "^8.0|^8.1", + "php": "^8.0|^8.1|^8.2", "guzzlehttp/guzzle": "^7.4", "illuminate/contracts": "^9.0", "spatie/laravel-package-tools": "^1.9.2", "spatie/temporary-directory": "^2.1" }, "require-dev": { + "nesbot/carbon": "^2.63", "nunomaduro/collision": "^6.0", "orchestra/testbench": "^7.0", "pestphp/pest": "^1.21", @@ -53,4 +54,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}