Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Mar 20, 2014
1 parent 54d63c6 commit 08f43b3
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 1
:minor: 0
:minor: 2
:patch: 0
:special: ''
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ this with a custom view class, like JsonView or XmlView.
_[Using [Composer](http://getcomposer.org/)]_

[View on Packagist](https://packagist.org/packages/josegonzalez/cakephp-csvview), and copy
the JSON snippet for the latest version into your project's `composer.json`. Eg, v. 1.0.0 would look like this:
the JSON snippet for the latest version into your project's `composer.json`. Eg, v. 1.2.0 would look like this:

{
"require": {
"josegonzalez/cakephp-csvview": "1.0.0"
"josegonzalez/cakephp-csvview": "1.2.0"
}
}

Expand Down
112 changes: 56 additions & 56 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "josegonzalez/cakephp-csvview",
"version": "1.0.0",
"description": "A CSV View class for CakePHP 2.x",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"csv",
"view",
"export"
],
"homepage": "http://github.com/josegonzalez/cakephp-csvview",
"license": "MIT",
"authors": [
{
"name": "Jose Diaz-Gonzalez",
"email": "[email protected]",
"homepage": "http://josediazgonzalez.com",
"role": "Maintainer"
},
{
"name":"ADmad",
"role":"Contributor",
"homepage":"https://github.com/admad"
},
{
"name":"Mark Scherer",
"role":"Contributor",
"homepage":"https://github.com/dereuromark"
},
{
"name":"Joshua Paling",
"role":"Contributor",
"homepage":"https://github.com/joshuapaling"
},
{
"name":"Gaurish Sharma",
"role":"Contributor",
"homepage":"https://github.com/gaurish"
},
{
"name":"Gregory Gaskill",
"role":"Contributor",
"homepage":"https://github.com/chronon"
}
],
"require": {
"composer/installers": "*"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/josegonzalez/cakephp-csvview/issues",
"source": "https://github.com/josegonzalez/cakephp-csvview"
},
"extra": {
"installer-name": "CsvView"
}
"name": "josegonzalez/cakephp-csvview",
"version": "1.2.0",
"description": "A CSV View class for CakePHP 2.x",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"csv",
"view",
"export"
],
"homepage": "http://github.com/josegonzalez/cakephp-csvview",
"license": "MIT",
"authors": [
{
"name": "Jose Diaz-Gonzalez",
"email": "[email protected]",
"homepage": "http://josediazgonzalez.com",
"role": "Maintainer"
},
{
"name":"ADmad",
"role":"Contributor",
"homepage":"https://github.com/admad"
},
{
"name":"Mark Scherer",
"role":"Contributor",
"homepage":"https://github.com/dereuromark"
},
{
"name":"Joshua Paling",
"role":"Contributor",
"homepage":"https://github.com/joshuapaling"
},
{
"name":"Gaurish Sharma",
"role":"Contributor",
"homepage":"https://github.com/gaurish"
},
{
"name":"Gregory Gaskill",
"role":"Contributor",
"homepage":"https://github.com/chronon"
}
],
"require": {
"composer/installers": "*"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/josegonzalez/cakephp-csvview/issues",
"source": "https://github.com/josegonzalez/cakephp-csvview"
},
"extra": {
"installer-name": "CsvView"
}
}

0 comments on commit 08f43b3

Please sign in to comment.