Skip to content

Commit

Permalink
Add forward-compatiblity with XP8
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 28, 2016
1 parent bd50508 commit de7b0f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# xp-framework/text
# xp-framework/tokenize

language: php

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

matrix:
allow_failures:
- php: nightly

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/setup' -O - | php
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
- composer install --prefer-dist
- echo "vendor/autoload.php" > composer.pth
- echo "use=vendor/xp-framework/core" > xp.ini
- echo "[runtime]" >> xp.ini
- echo "date.timezone=Europe/Berlin" >> xp.ini

script:
- ./unittest src/test/php
- sh xp-run xp.unittest.TestRunner src/test/php
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Tokenize log

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

## 7.1.0 / 2016-08-28

* Added forward compatibility with XP 8.0.0 - @thekid

## 7.0.0 / 2016-02-21

* **Adopted semantic versioning. See xp-framework/rfc#300** - @thekid
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description" : "Text tokenizing",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^7.0 | ^6.5",
"xp-framework/core": "^8.0 | ^7.0 | ^6.5",
"php" : ">=5.5.0"
},
"require-dev" : {
Expand Down

0 comments on commit de7b0f1

Please sign in to comment.