We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f37388 commit 6ee303aCopy full SHA for 6ee303a
CHANGELOG.md
@@ -4,6 +4,10 @@ All Notable changes to `laravel-robots` will be documented in this file.
4
5
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6
7
+## 2.1.0 - 2020-09-24
8
+
9
+Laravel 8 support
10
11
## 2.0.0 - 2020-03-04
12
13
- Laravel 7 support
composer.json
@@ -20,11 +20,11 @@
20
],
21
"require": {
22
"php": "^7.2.5",
23
- "illuminate/support": "^6.0|^7.0"
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^8.0",
27
- "orchestra/testbench": "^4.0|^5.0",
+ "phpunit/phpunit": "^8.0 || ^9.3",
+ "orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
28
"mockery/mockery": "^1.3"
29
30
"autoload": {
0 commit comments