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 3352fe4 commit f82a413Copy full SHA for f82a413
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ubuntu-latest]
18
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
19
laravel: [11.*, 10.*]
20
dependencies: [lowest, stable]
21
include:
composer.json
@@ -23,6 +23,7 @@
23
"composer/semver": "^3.0",
24
"larastan/larastan": "^2.0|^1.0",
25
"laravel/pint": "^1.0",
26
+ "mockery/mockery": "^1.6.12",
27
"nunomaduro/collision": "^8.0|^7.8|^6.0",
28
"orchestra/testbench": "^9.0|^8.0|^7.0",
29
"pestphp/pest": "^1.21|^2.34",
@@ -31,6 +32,7 @@
31
32
"phpstan/extension-installer": "^1.1",
33
"phpstan/phpdoc-parser": "^1.15",
34
"phpstan/phpstan-deprecation-rules": "^1.0",
35
+ "phpunit/phpunit": "^10.5.36",
36
"rector/rector": "^1.0"
37
},
38
"autoload": {
0 commit comments