Skip to content

Commit

Permalink
PHP: drop 5.5 cause nette 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Aug 7, 2016
1 parent d778420 commit 715ace1
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
@@ -1,6 +1,5 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"nette/di": "~2.4.0",
"nette/utils": "~2.4.0",
"erusev/parsedown-extra": "^0.7.1",
Expand Down

0 comments on commit 715ace1

Please sign in to comment.