Skip to content

Commit de7b0f1

Browse files
committed
Add forward-compatiblity with XP8
1 parent bd50508 commit de7b0f1

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
# xp-framework/text
1+
# xp-framework/tokenize
22

33
language: php
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
8+
- 7.1
99
- hhvm
10+
- nightly
11+
12+
matrix:
13+
allow_failures:
14+
- php: nightly
1015

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

1921
script:
20-
- ./unittest src/test/php
22+
- sh xp-run xp.unittest.TestRunner src/test/php

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Tokenize log
33

44
## ?.?.? / ????-??-??
55

6+
## 7.1.0 / 2016-08-28
7+
8+
* Added forward compatibility with XP 8.0.0 - @thekid
9+
610
## 7.0.0 / 2016-02-21
711

812
* **Adopted semantic versioning. See xp-framework/rfc#300** - @thekid

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "Text tokenizing",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^7.0 | ^6.5",
9+
"xp-framework/core": "^8.0 | ^7.0 | ^6.5",
1010
"php" : ">=5.5.0"
1111
},
1212
"require-dev" : {

0 commit comments

Comments
 (0)