Skip to content

Commit

Permalink
Updates acquia-logstream constraints and update supported PHP version…
Browse files Browse the repository at this point in the history
…s. (#122)

* Updates acquia-logstream constraints which are now using semantic versioning.

* Updates PHP minimum version to 7.3.
  • Loading branch information
typhonius authored Oct 7, 2020
1 parent 1800dde commit 28d151f
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 78 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
cache:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"license": "MIT",
"require": {
"php": ">=7.1",
"php": ">=7.3",
"typhonius/acquia-php-sdk-v2": "^2.0.0",
"typhonius/acquia-logstream": "^0.5",
"typhonius/acquia-logstream": "^0.0.7",
"consolidation/robo": "^2",
"symfony/lock": "^3|^4",
"symfony/yaml": "^3|^4"
Expand Down
Loading

0 comments on commit 28d151f

Please sign in to comment.