We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c0f3be + 5b826f0 commit 5e3a11bCopy full SHA for 5e3a11b
.travis.yml
@@ -7,6 +7,10 @@ env:
7
- TESTBENCH_VERSION=^6.2
8
- TESTBENCH_VERSION=^5.2
9
- TESTBENCH_VERSION=^4.8
10
+jobs:
11
+ exclude:
12
+ - php: "7.2"
13
+ env: TESTBENCH_VERSION=^6.2
14
before_install:
15
- composer require --dev "orchestra/testbench:${TESTBENCH_VERSION}"
16
install:
README.md
@@ -15,7 +15,7 @@ Eloquent model history tracking for Laravel (NOW WITH AUTOLOAD!)
### Composer
17
18
-Laravel 6.x, 7.x
+Laravel 6.x, 7.x, 8.x
19
20
```shell
21
composer require panoscape/history
0 commit comments