Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Merge 2f66c0e into 1a9c4d6
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsedivy committed Jan 2, 2020
2 parents 1a9c4d6 + 2f66c0e commit 7a8e77e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ env:

language: php
php:
- '7.1'
- '7.2'
- '7.3'
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

sudo: false
cache:
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
- stage: Static Analysis
- stage: Code Coverage
- stage: Code Sniffer
- php: 7.4snapshot
- php: nightly

notifications:
email: false
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.3",
"ext-curl": "*",
"ext-dom": "*",
"ext-openssl": "*",
Expand All @@ -46,6 +46,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.3"
}
}
}

0 comments on commit 7a8e77e

Please sign in to comment.