Skip to content

Commit

Permalink
require php 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
miserenkov committed Nov 30, 2016
1 parent 6885a09 commit 5ca35ea
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
install:
- composer self-update
- composer global require "fxp/composer-asset-plugin:*"
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
}
],
"require": {
"php": ">=5.5.0",
"yiisoft/yii2": "^2.0"
},
"autoload": {

0 comments on commit 5ca35ea

Please sign in to comment.