Skip to content

Commit

Permalink
Update versions, bump minimum version to PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Jun 7, 2017
1 parent fa91642 commit bb57fa4
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 139 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
Expand All @@ -11,7 +10,6 @@ matrix:
allow_failures:
- php: nightly


before_script:
- composer install --dev --prefer-source

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"league/commonmark": "^0.15",
"league/plates": "~3.1",
"myclabs/deep-copy": "^1.5",
"php": ">=5.5",
"php": ">=5.6",
"symfony/console": "~3.0",
"symfony/finder": "~3.0",
"webuni/commonmark-table-extension": "0.6.*",
Expand All @@ -30,7 +30,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "~4",
"phpunit/phpunit": "~5",
"mikey179/vfsStream": "^1.6"
}
}
Loading

0 comments on commit bb57fa4

Please sign in to comment.