Skip to content

Commit

Permalink
Merge pull request #105 from ThomasRedstone/feature/88-drop-support-f…
Browse files Browse the repository at this point in the history
…or-php-7.1

Feature/88 drop support for php 7.1
  • Loading branch information
Gummibeer authored Oct 6, 2019
2 parents d8d03a7 + de8f6be commit 19230da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-json": "*"
},
"require-dev": {
"graham-campbell/analyzer": "^2.1.1",
"league/flysystem": "^1.0",
"phpunit/phpunit": "^7.0|^8.0",
"phpunit/phpunit": "^8.0",
"scrutinizer/ocular": "^1.5",
"symfony/console": "^3.2",
"symfony/css-selector": "^3.2",
Expand Down

0 comments on commit 19230da

Please sign in to comment.