Skip to content

Commit

Permalink
Merge pull request #9 from giansalex/twig2
Browse files Browse the repository at this point in the history
Soporte Twig v2
  • Loading branch information
giansalex authored Jun 5, 2019
2 parents 6c33fab + 32b4543 commit ee768cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
.travis.yml export-ignore
git_pull.sh export-ignore
LICENSE export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: php
sudo: required
dist: trusty

php:
- 5.6
- 7.1
- '5.6'
- '7.1'

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

script:
- vendor/bin/phpunit --configuration phpunit.xml
- vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "library",
"require": {
"php": ">=5.5.9",
"twig/twig": "~1.0",
"twig/twig": "~1.0 || ~2.0",
"greenter/core": "^2.1",
"bacon/bacon-qr-code": "^1.0"
},
Expand Down
3 changes: 0 additions & 3 deletions git_pull.sh

This file was deleted.

File renamed without changes.

0 comments on commit ee768cf

Please sign in to comment.