Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #42 from M6Web/feature/req-php7
Browse files Browse the repository at this point in the history
update php requirements
  • Loading branch information
omansour authored Apr 3, 2019
2 parents 0be3581 + c6b9df9 commit 391c1dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

env:
- SYMFONY_VERSION="~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.1",
"ext-cassandra": "^1.3.0"
},
"require-dev": {
Expand Down

0 comments on commit 391c1dd

Please sign in to comment.