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.
1 parent f1bb01a commit d7ab99eCopy full SHA for d7ab99e
.travis.yml
@@ -5,9 +5,8 @@ dist: xenial
5
jobs:
6
fast_finish: true
7
include:
8
- - php: 7.2
9
- env: VERSIONS=--prefer-lowest
10
- php: 7.3
+ env: VERSIONS=--prefer-lowest
11
- php: 7.4
12
13
before_install:
composer.json
@@ -21,8 +21,8 @@
21
},
22
"require-dev": {
23
"friendsofphp/php-cs-fixer": "^2.16",
24
- "illuminate/console": "~6||~7",
25
- "illuminate/support": "~6||~7",
+ "illuminate/console": "~6||~7||~8",
+ "illuminate/support": "~6||~7||~8",
26
"phpunit/phpunit": "^8.0"
27
28
"autoload": {
0 commit comments