Skip to content

Commit 0178518

Browse files
committed
Laravel 12 support
1 parent d07ece4 commit 0178518

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Laravel-specific Testing Helpers and Assertions.
1717

1818
| Laravel | Testing Tools |
1919
|---------|--------------------------------------------------------------------------|
20+
| 12.x | [12.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/12.x) |
2021
| 11.x | [11.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/11.x) |
2122
| 10.x | [10.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/10.x) |
2223
| 9.x | [9.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/9.x) |

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}],
1414
"require": {
1515
"php": "^8.2",
16-
"illuminate/database": "^11.0",
17-
"illuminate/support": "^11.0",
16+
"illuminate/database": "^12.0",
17+
"illuminate/support": "^12.0",
1818
"mockery/mockery": "^1.6.10"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^11.3.6",
22-
"orchestra/testbench": "^9.11.2"
21+
"phpunit/phpunit": "^11.5.3",
22+
"orchestra/testbench": "^10.0.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)