Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit bf5e205

Browse files
committed
Dependencies
1 parent 1e287d3 commit bf5e205

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020
## Requirements
2121

22-
* PHP 7.4+
23-
* Laravel 6.0 / 7.0
22+
* PHP 7.4 + Laravel 7.0 only
2423

2524
## Installation
2625

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"require": {
2121
"php": "^7.4",
22-
"illuminate/support": "^6.0|^7.0"
22+
"illuminate/support": "^7.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench-browser-kit": "^4.0|^5.0",
25+
"orchestra/testbench-browser-kit": "^5.1",
2626
"phpunit/phpunit": "^8.5",
2727
"spatie/laravel-translatable": "^4.4"
2828
},

0 commit comments

Comments
 (0)