Skip to content

Commit

Permalink
Merge pull request #111 from wmde/release240
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
JeroenDeDauw committed Mar 16, 2017
2 parents a90e109 + 6642ee7 commit 4ba8a04
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
php: 5.6
- env: DM=~4.2
php: 7
- env: DM=~4.2
- env: DM=~7.0
php: hhvm
exclude:
- env: THENEEDFORTHIS=FAIL
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Wikibase Internal Serialization has been written by [Jeroen De Dauw]

## Release notes

### 2.4.0 (2017-03-16)

* Added compatibility with Wikibase DataModel 7.x

### 2.3.0 (2016-03-14)

* Added compatibility with Wikibase DataModel 6.x
Expand Down
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
},
"require": {
"php": ">=5.3.0",
"wikibase/data-model": "~6.0|~5.0|~4.2",
"wikibase/data-model": "~7.0|~6.0|~5.0|~4.2",
"wikibase/data-model-serialization": "~2.0",
"serialization/serialization": "~3.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.3",
"phpmd/phpmd": "~2.3",
"phpunit/phpunit": "~4.8",
"data-values/common": "~0.3.0|~0.2.0",
"data-values/geo": "~1.1",
"data-values/number": ">=0.1 <0.9",
Expand All @@ -51,16 +52,16 @@
},
"scripts": {
"test": [
"composer validate --no-interaction",
"phpunit"
"@validate --no-interaction",
"vendor/bin/phpunit"
],
"cs": [
"composer phpcs",
"composer phpmd"
"@phpcs",
"@phpmd"
],
"ci": [
"composer test",
"composer cs"
"@test",
"@cs"
],
"phpcs": [
"vendor/bin/phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
Expand Down
2 changes: 1 addition & 1 deletion mediawiki-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"url": "https://github.com/wmde/WikibaseInternalSerialization",
"description": "Serializers and deserializers for the data access layer of Wikibase Repository",
"version": "2.3.0",
"version": "2.4.0",
"license-name": "GPL-2.0+",
"type": "wikibase",
"manifest_version": 1
Expand Down

0 comments on commit 4ba8a04

Please sign in to comment.