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 6, 2015
1 parent 720b5d8 commit ba0ac61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "romeoz/rock-components",
"description": "Components module for Rock Framework",
"description": "[READ ONLY] Components module for Rock Framework",
"keywords": [
"common",
"components",
Expand All @@ -21,13 +21,13 @@
],
"require": {
"php": ">=5.4.0",
"romeoz/rock-helpers": "*@dev",
"romeoz/rock-events": "*@dev"
"romeoz/rock-helpers": "0.12.*",
"romeoz/rock-events": "0.11.*"
},
"require-dev": {
"phpunit/phpunit": "^4.7.0",
"romeoz/rock-sanitize": "*@dev",
"romeoz/rock-validate": "*@dev"
"romeoz/rock-sanitize": "0.11.*",
"romeoz/rock-validate": "0.11.*"
},
"autoload": {
"psr-4": {
Expand All @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
"dev-master": "0.12-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/ComponentsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,4 @@ public function detachBehaviors()
$this->detachBehavior($name);
}
}
}
}

0 comments on commit ba0ac61

Please sign in to comment.