Skip to content

Commit

Permalink
[UPD] Ajustes no composer, travis e scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
robmachado committed Feb 26, 2016
1 parent 65e138c commit c281d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build:
environment:
php: '5.6.0'
php: '7.0.0'

before_commands:
- "composer install --prefer-source"
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 5.6
- 7.0

before_script:
- "composer self-update"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": ">=5.6.0",
"php": ">=5.5.0",
"ext-dom": "*",
"ext-xml": "*",
"ext-libxml": "*",
Expand Down

0 comments on commit c281d90

Please sign in to comment.