Skip to content

Commit d9f241f

Browse files
committed
Add Laravel 7 support
1 parent 67a8dd8 commit d9f241f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Laravel-specific testing helpers and asserts.
1515

1616
| Laravel | Testing Tools |
1717
| ------- | :----------------------------------------------------------------------: |
18+
| 7.x | [7.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/7.x) |
1819
| 6.x | [6.x](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/6.x) |
1920
| 5.8.* | [5.8.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.8) |
2021
| 5.7.* | [5.7.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.7) |

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"email": "dmitry.g.ivanov@gmail.com"
1313
}],
1414
"require": {
15-
"php": "^7.2",
16-
"illuminate/support": "^6.0",
17-
"illuminate/database": "^6.0",
15+
"php": "^7.2.5",
16+
"illuminate/support": "^7.0",
17+
"illuminate/database": "^7.0",
1818
"mockery/mockery": "^1.2"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^8.3",
22-
"orchestra/testbench": "^4.0"
21+
"phpunit/phpunit": "^8.4|^9.0",
22+
"orchestra/testbench": "^5.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)