Skip to content

Commit

Permalink
Depend on xp-framework/core ^6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 14, 2015
1 parent fb17a2f commit 32826fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.5.0/setup' -O - | php
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.6.1/setup' -O - | php
- composer install --prefer-dist
- echo "vendor/autoload.php" > composer.pth
- echo "use=vendor/xp-framework/core" > xp.ini
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ HandleBars change log

## ?.?.? / ????-??-??

## 1.0.0 / 2015-12-14

* **Heads up**: Changed minimum XP version to XP 6.5.0, and with it the
minimum PHP version to PHP 5.5.
(@thekid)

## 0.5.0 / 2015-10-10

* Dropped dependency on `com.handlebarsjs.LogCategoryExtensions` which
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Handlebars for XP Framework
[![Build Status on TravisCI](https://secure.travis-ci.org/xp-forge/handlebars.svg)](http://travis-ci.org/xp-forge/handlebars)
[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)
[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)
[![Required PHP 5.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_4plus.png)](http://php.net/)
[![Required PHP 5.5+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus.png)](http://php.net/)
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
[![Supports HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/)
[![Latest Stable Version](https://poser.pugx.org/xp-forge/handlebars/version.png)](https://packagist.org/packages/xp-forge/handlebars)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"description" : "Handlebars for XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "~6.0",
"xp-framework/core": "^6.5",
"xp-forge/mustache": "^1.4.0",
"php" : ">=5.4.0"
"php" : ">=5.5.0"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
Expand Down

0 comments on commit 32826fe

Please sign in to comment.