We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa88d8a commit b2adfa2Copy full SHA for b2adfa2
.github/workflows/test.yml
@@ -39,6 +39,9 @@ jobs:
39
php: 8.2
40
- laravel: 7.*
41
php: 8.3
42
+ - laravel: 8.*
43
+ php: 8.1
44
+ dependency-version: prefer-lowest
45
- laravel: 8.*
46
47
composer.json
@@ -23,7 +23,8 @@
23
},
24
"require-dev": {
25
"orchestra/testbench": ">=6.9",
26
- "phpunit/phpunit": ">=8.0"
+ "phpunit/phpunit": ">=8.5.23",
27
+ "nesbot/carbon": ">=2.62.1"
28
29
"autoload": {
30
"psr-4": {
0 commit comments