File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 fast_finish : true
77 include :
88 - env : DM=~6.0
9- php : 7.1
9+ php : 7.2
1010 - env : DM=@dev
1111 php : 5.5
1212 - env : DM=~5.0
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ and by [Jeroen De Dauw](https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw) as [
109109* [ Wikibase DataModel Serialization on Packagist] ( https://packagist.org/packages/wikibase/data-model-serialization )
110110* [ Wikibase DataModel Serialization on TravisCI] ( https://travis-ci.org/wmde/WikibaseDataModelSerialization )
111111* [ Wikibase DataModel Serialization on ScrutinizerCI] ( https://scrutinizer-ci.com/g/wmde/WikibaseDataModelSerialization/ )
112- * [ Wikibase DataModel Serialization on Ohloh ] ( https://www.ohloh .net/p/WikibaseDataModelSerialization )
112+ * [ Wikibase DataModel Serialization on OpenHub ] ( https://www.openhub .net/p/WikibaseDataModelSerialization )
113113
114114## See also
115115
Original file line number Diff line number Diff line change 11# Wikibase DataModel Serialization release notes
22
3+ ## 2.8.0 (2018-08-07)
4+
5+ * Added compatibility with Wikibase DataModel 8.x
6+
37## 2.7.0 (2018-03-29)
48
59* Fixed ` AliasGroupListDeserializer ` and ` TermListDeserializer ` misbehaving when confronted with
Original file line number Diff line number Diff line change 2828 },
2929 "require" : {
3030 "php" : " >=5.5.9" ,
31- "wikibase/data-model" : " ~7.0|~6.0|~5.0|~4.2" ,
31+ "wikibase/data-model" : " ~8.0|~ 7.0|~6.0|~5.0|~4.2" ,
3232 "serialization/serialization" : " ~4.0|~3.1" ,
3333 "data-values/serialization" : " ~1.0"
3434 },
3535 "require-dev" : {
36- "data-values/geo" : " ~2.0|~1.0|~0.1 " ,
36+ "data-values/geo" : " ~3.0 " ,
3737 "data-values/number" : " >=0.1 <0.10" ,
3838 "data-values/time" : " ~0.2" ,
3939 "phpunit/phpunit" : " ^4.8.35" ,
5151 },
5252 "extra" : {
5353 "branch-alias" : {
54- "dev-master" : " 2.7 .x-dev"
54+ "dev-master" : " 2.8 .x-dev"
5555 }
5656 },
5757 "scripts" : {
You can’t perform that action at this time.
0 commit comments