Skip to content

Commit

Permalink
Merge pull request #79 from DataValues/rel024
Browse files Browse the repository at this point in the history
0.4.2: support DV 2.x on 0.4.x branch
  • Loading branch information
JeroenDeDauw authored Aug 16, 2018
2 parents 7b11237 + fdbc3f5 commit c99e06f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
return 1;
}

define( 'DATAVALUES_COMMON_VERSION', '0.4.1' );
define( 'DATAVALUES_COMMON_VERSION', '0.4.2' );
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"require": {
"php": ">=5.3.0",
"data-values/data-values": "~1.0|~0.1",
"data-values/data-values": "~2.0|~1.0|~0.1",
"data-values/interfaces": "~0.2.0|^0.1.5"
},
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
"dev-master": "0.4.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit c99e06f

Please sign in to comment.