Skip to content

Commit

Permalink
Initial 1.0.0 release;
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ome committed Feb 7, 2015
1 parent 4839508 commit 9e625c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is a [Phalcon Framework](http://phalconphp.com/) adapter for [DataTables](h
```json
{
"require": {
"m1ome/phalcon-datatables": "dev-master"
"m1ome/phalcon-datatables": "1.0.x"
}
}
```
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"minimum-stability": "dev",
"require": {

},
"extra": {
"branch-alias": {
"dev_master": "1.0-dev"
}
},
"require-dev": {
"crysalead/kahlan": "dev-master",
Expand Down

0 comments on commit 9e625c9

Please sign in to comment.