Skip to content

Commit

Permalink
0.12.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Nov 7, 2015
1 parent ffc2c1e commit dfa9dd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
],
"require": {
"php": ">=5.4.0",
"romeoz/rock-base" : "*@dev"
"romeoz/rock-base" : "0.12.*"
},
"require-dev": {
"phpunit/phpunit": "^4.7.0"
"phpunit/phpunit": "^4.7.0",
"romeoz/rock-date" : "0.12.*"
},
"autoload": {
"psr-4": {
Expand All @@ -30,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
"dev-master": "0.12-dev"
}
}
}

0 comments on commit dfa9dd7

Please sign in to comment.