Skip to content

Commit

Permalink
Fine tune configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Mar 4, 2019
1 parent 5af4b23 commit 97f6175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- '7.1'
- '7.2'
- '7.3'
- nightly

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"symfony/process": "^4.0",
"webuni/commonmark-table-extension": "0.9.*",
"webuni/front-matter": "^1.0.0"

},
"suggest":{
"ext-intl": "Allows to translate the modified at date"
Expand All @@ -43,6 +43,6 @@
},
"require-dev": {
"phpunit/phpunit": "~7.4",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
}
}

0 comments on commit 97f6175

Please sign in to comment.