Skip to content

Commit

Permalink
removed version number from composer.json, let's go for tagged releas…
Browse files Browse the repository at this point in the history
…es instead
  • Loading branch information
joegreen88 committed Aug 30, 2013
1 parent 928a613 commit 7aba033
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ class DataGridException extends \Exception {}
* This class is a one-stop-shop for transporting tabular data between formats.
* We currently provide methods for CSV and JSON.
* Handles custom keys (a.k.a. labels) on rows and columns.
*
* New in version 1.3.2:
* - Updated versioning in composer.json for submission to packagist
*
* New in version 1.3.1:
* - Serializable
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"homepage": "http://datagrid.smrtr.co.uk/",
"license": "MIT",
"version": "1.3.0",
"autoload":{
"classmap": ["DataGrid.php", "DataGridVector.php"]
},
Expand Down

0 comments on commit 7aba033

Please sign in to comment.