Skip to content

Commit

Permalink
Removed support for php 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Oct 5, 2018
1 parent e893d88 commit dc178a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
dist: trusty

php:
- 7.0
- 7.1
- 7.2
- nightly
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": {
"desarrolla2/cache": "2.1.*",
"monolog/monolog": "1.23.*",
"php": ">= 7.0.0",
"php": ">= 7.1.0",
"composer/semver": "1.4.*"
},
"require-dev": {
Expand Down

0 comments on commit dc178a8

Please sign in to comment.