Skip to content

Commit

Permalink
Merge pull request #2 from DataValues/012
Browse files Browse the repository at this point in the history
Make installable with DV 1.x and bump to 0.1.2
  • Loading branch information
thiemowmde committed Oct 9, 2014
2 parents c4f2535 + 80cbe6f commit 726f54f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]

## Release notes

### 1.0.1 (2014-03-27)
### 0.1.2 (2014-10-09)

* Made component installable with DataValues 1.x

### 0.1.1 (2014-03-27)

* Changed autoloading from PSR-0 to PSR-4
* Added tests for DimensionValidator
Expand Down
2 changes: 1 addition & 1 deletion Validators.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return 1;
}

define( 'DATAVALUES_VALIDATORS_VERSION', '0.1.1' );
define( 'DATAVALUES_VALIDATORS_VERSION', '0.1.2' );

if ( defined( 'MEDIAWIKI' ) ) {
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require": {
"php": ">=5.3.0",
"data-values/data-values": "~0.1",
"data-values/data-values": "~1.0|~0.1",
"data-values/interfaces": "~0.1"
},
"autoload": {
Expand All @@ -39,5 +39,10 @@
"psr-4": {
"ValueValidators\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 726f54f

Please sign in to comment.