Skip to content

Commit

Permalink
updated to php > 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbrand committed May 30, 2018
1 parent e646c62 commit a2a1e18
Show file tree
Hide file tree
Showing 20 changed files with 657 additions and 407 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
environment:
php:
version: "7.1"
version: "7.2"
ini:
'date.timezone': 'Europe/Berlin'
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 7.0
- 7.1
- 7.2

before_script:
- composer self-update
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"homepage": "https://github.com/steffenbrand/curr-curr",
"license": "Unlicense",
"type": "library",
"version": "3.1.1",
"authors": [
{
"name": "Steffen Brand",
Expand All @@ -54,12 +53,12 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.2",
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.6",
"phpunit/phpunit": "^7.1",
"odan/cache": "^0.1.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit a2a1e18

Please sign in to comment.