Skip to content

Commit

Permalink
Merge pull request #30 from smoench/patch-1
Browse files Browse the repository at this point in the history
added symfony 3 support + test more php versions on travis
  • Loading branch information
asm89 committed Jul 25, 2016
2 parents 46079fe + 339fdf9 commit bbf7bc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php

sudo: false

php:
- 5.3
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5
- 5.6
- 7.0

before_script: composer install

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}
],
"require": {
"symfony/console": "~2.1",
"symfony/finder": "~2.1",
"twig/twig": ">=1.16.2,<2.0"
"symfony/console": "^2.1 || ^3.0",
"symfony/finder": "^2.1 || ^3.0",
"twig/twig": "^1.16.2"
},
"autoload": {
"psr-0": { "Asm89\\Twig\\Lint\\": "src/" }
Expand Down

0 comments on commit bbf7bc4

Please sign in to comment.