Skip to content

Commit 726f54f

Browse files
committed
Merge pull request #2 from DataValues/012
Make installable with DV 1.x and bump to 0.1.2
2 parents c4f2535 + 80cbe6f commit 726f54f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]
5353

5454
## Release notes
5555

56-
### 1.0.1 (2014-03-27)
56+
### 0.1.2 (2014-10-09)
57+
58+
* Made component installable with DataValues 1.x
59+
60+
### 0.1.1 (2014-03-27)
5761

5862
* Changed autoloading from PSR-0 to PSR-4
5963
* Added tests for DimensionValidator

Validators.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_VALIDATORS_VERSION', '0.1.1' );
18+
define( 'DATAVALUES_VALIDATORS_VERSION', '0.1.2' );
1919

2020
if ( defined( 'MEDIAWIKI' ) ) {
2121
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"require": {
3131
"php": ">=5.3.0",
32-
"data-values/data-values": "~0.1",
32+
"data-values/data-values": "~1.0|~0.1",
3333
"data-values/interfaces": "~0.1"
3434
},
3535
"autoload": {
@@ -39,5 +39,10 @@
3939
"psr-4": {
4040
"ValueValidators\\": "src"
4141
}
42+
},
43+
"extra": {
44+
"branch-alias": {
45+
"dev-master": "0.1.x-dev"
46+
}
4247
}
4348
}

0 commit comments

Comments
 (0)