Skip to content

Commit 6ee303a

Browse files
author
Vyacheslav Razum
committed
Laravel 8 support
1 parent 8f37388 commit 6ee303a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All Notable changes to `laravel-robots` will be documented in this file.
44

55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

7+
## 2.1.0 - 2020-09-24
8+
9+
Laravel 8 support
10+
711
## 2.0.0 - 2020-03-04
812

913
- Laravel 7 support

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"require": {
2222
"php": "^7.2.5",
23-
"illuminate/support": "^6.0|^7.0"
23+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^8.0",
27-
"orchestra/testbench": "^4.0|^5.0",
26+
"phpunit/phpunit": "^8.0 || ^9.3",
27+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
2828
"mockery/mockery": "^1.3"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)