Skip to content

Commit 3a60d71

Browse files
authored
Update PHPUnit and Testbench (#34122)
1 parent 6f643da commit 3a60d71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
8585
"league/flysystem-cached-adapter": "^1.0",
8686
"mockery/mockery": "^1.3.1",
87-
"orchestra/testbench-core": "^6.0",
87+
"orchestra/testbench-core": "^7.0",
8888
"pda/pheanstalk": "^4.0",
89-
"phpunit/phpunit": "^8.4|^9.0",
89+
"phpunit/phpunit": "^9.0",
9090
"predis/predis": "^1.1.1",
9191
"symfony/cache": "^5.1"
9292
},

src/Illuminate/Testing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"illuminate/database": "Required to assert databases (^9.0).",
3636
"illuminate/http": "Required to assert responses (^9.0).",
3737
"mockery/mockery": "Required to use mocking (^1.3.1).",
38-
"phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0)."
38+
"phpunit/phpunit": "Required to use assertions and run tests (^9.0)."
3939
},
4040
"config": {
4141
"sort-packages": true

0 commit comments

Comments
 (0)