Fine tune configuration
This commit is contained in:
parent
5af4b2398f
commit
97f6175f1c
@ -3,6 +3,7 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
|
- '7.3'
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"symfony/process": "^4.0",
|
"symfony/process": "^4.0",
|
||||||
"webuni/commonmark-table-extension": "0.9.*",
|
"webuni/commonmark-table-extension": "0.9.*",
|
||||||
"webuni/front-matter": "^1.0.0"
|
"webuni/front-matter": "^1.0.0"
|
||||||
|
|
||||||
},
|
},
|
||||||
"suggest":{
|
"suggest":{
|
||||||
"ext-intl": "Allows to translate the modified at date"
|
"ext-intl": "Allows to translate the modified at date"
|
||||||
@ -43,6 +43,6 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~7.4",
|
"phpunit/phpunit": "~7.4",
|
||||||
"mikey179/vfsStream": "^1.6"
|
"mikey179/vfsstream": "^1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user