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 ddcb084 commit 28b89deCopy full SHA for 28b89de
.travis.yml
@@ -8,6 +8,9 @@ env:
8
matrix:
9
fast_finish: true
10
include:
11
+ - php: 7.4
12
+ env: COMPOSER=dingo.composer.json
13
+ name: "With Dingo router"
14
- php: 7.2
15
16
env: SETUP=lowest
@@ -20,9 +23,6 @@ matrix:
20
23
- php: 7.4
21
24
env: SETUP=lint
22
25
name: "Lint code"
- - php: 7.4
- env: COMPOSER=dingo.composer.json
- name: "With Dingo router"
26
27
cache:
28
directories:
phpstan.neon
@@ -10,3 +10,4 @@ parameters:
- '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
- '#(.*)NunoMaduro\\Collision(.*)#'
- '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
+ - '#.+Dingo.+#'
0 commit comments