File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
- # xp-framework/text
1
+ # xp-framework/tokenize
2
2
3
3
language : php
4
4
5
5
php :
6
- - 5.5
7
6
- 5.6
8
7
- 7.0
8
+ - 7.1
9
9
- hhvm
10
+ - nightly
11
+
12
+ matrix :
13
+ allow_failures :
14
+ - php : nightly
10
15
11
16
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
13
18
- composer install --prefer-dist
14
19
- 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
18
20
19
21
script :
20
- - ./ unittest src/test/php
22
+ - sh xp-run xp. unittest.TestRunner src/test/php
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Tokenize log
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 7.1.0 / 2016-08-28
7
+
8
+ * Added forward compatibility with XP 8.0.0 - @thekid
9
+
6
10
## 7.0.0 / 2016-02-21
7
11
8
12
* ** Adopted semantic versioning. See xp-framework/rfc #300 ** - @thekid
Original file line number Diff line number Diff line change 6
6
"description" : " Text tokenizing" ,
7
7
"keywords" : [" module" , " xp" ],
8
8
"require" : {
9
- "xp-framework/core" : " ^7.0 | ^6.5" ,
9
+ "xp-framework/core" : " ^8.0 | ^ 7.0 | ^6.5" ,
10
10
"php" : " >=5.5.0"
11
11
},
12
12
"require-dev" : {
You can’t perform that action at this time.
0 commit comments