|
1 | 1 | { |
2 | | - "name": "josegonzalez/cakephp-csvview", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A CSV View class for CakePHP 2.x", |
5 | | - "type": "cakephp-plugin", |
6 | | - "keywords": [ |
7 | | - "cakephp", |
8 | | - "csv", |
9 | | - "view", |
10 | | - "export" |
11 | | - ], |
12 | | - "homepage": "http://github.com/josegonzalez/cakephp-csvview", |
13 | | - "license": "MIT", |
14 | | - "authors": [ |
15 | | - { |
16 | | - "name": "Jose Diaz-Gonzalez", |
17 | | - "email": "email@josediazgonzalez.com", |
18 | | - "homepage": "http://josediazgonzalez.com", |
19 | | - "role": "Maintainer" |
20 | | - }, |
21 | | - { |
22 | | - "name":"ADmad", |
23 | | - "role":"Contributor", |
24 | | - "homepage":"https://github.com/admad" |
25 | | - }, |
26 | | - { |
27 | | - "name":"Mark Scherer", |
28 | | - "role":"Contributor", |
29 | | - "homepage":"https://github.com/dereuromark" |
30 | | - }, |
31 | | - { |
32 | | - "name":"Joshua Paling", |
33 | | - "role":"Contributor", |
34 | | - "homepage":"https://github.com/joshuapaling" |
35 | | - }, |
36 | | - { |
37 | | - "name":"Gaurish Sharma", |
38 | | - "role":"Contributor", |
39 | | - "homepage":"https://github.com/gaurish" |
40 | | - }, |
41 | | - { |
42 | | - "name":"Gregory Gaskill", |
43 | | - "role":"Contributor", |
44 | | - "homepage":"https://github.com/chronon" |
45 | | - } |
46 | | - ], |
47 | | - "require": { |
48 | | - "composer/installers": "*" |
49 | | - }, |
50 | | - "support": { |
51 | | - "email": "cakephp+csvview@josediazgonzalez.com", |
52 | | - "issues": "https://github.com/josegonzalez/cakephp-csvview/issues", |
53 | | - "source": "https://github.com/josegonzalez/cakephp-csvview" |
54 | | - }, |
55 | | - "extra": { |
56 | | - "installer-name": "CsvView" |
57 | | - } |
| 2 | + "name": "josegonzalez/cakephp-csvview", |
| 3 | + "version": "1.2.0", |
| 4 | + "description": "A CSV View class for CakePHP 2.x", |
| 5 | + "type": "cakephp-plugin", |
| 6 | + "keywords": [ |
| 7 | + "cakephp", |
| 8 | + "csv", |
| 9 | + "view", |
| 10 | + "export" |
| 11 | + ], |
| 12 | + "homepage": "http://github.com/josegonzalez/cakephp-csvview", |
| 13 | + "license": "MIT", |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Jose Diaz-Gonzalez", |
| 17 | + "email": "email@josediazgonzalez.com", |
| 18 | + "homepage": "http://josediazgonzalez.com", |
| 19 | + "role": "Maintainer" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name":"ADmad", |
| 23 | + "role":"Contributor", |
| 24 | + "homepage":"https://github.com/admad" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name":"Mark Scherer", |
| 28 | + "role":"Contributor", |
| 29 | + "homepage":"https://github.com/dereuromark" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name":"Joshua Paling", |
| 33 | + "role":"Contributor", |
| 34 | + "homepage":"https://github.com/joshuapaling" |
| 35 | + }, |
| 36 | + { |
| 37 | + "name":"Gaurish Sharma", |
| 38 | + "role":"Contributor", |
| 39 | + "homepage":"https://github.com/gaurish" |
| 40 | + }, |
| 41 | + { |
| 42 | + "name":"Gregory Gaskill", |
| 43 | + "role":"Contributor", |
| 44 | + "homepage":"https://github.com/chronon" |
| 45 | + } |
| 46 | + ], |
| 47 | + "require": { |
| 48 | + "composer/installers": "*" |
| 49 | + }, |
| 50 | + "support": { |
| 51 | + "email": "cakephp+csvview@josediazgonzalez.com", |
| 52 | + "issues": "https://github.com/josegonzalez/cakephp-csvview/issues", |
| 53 | + "source": "https://github.com/josegonzalez/cakephp-csvview" |
| 54 | + }, |
| 55 | + "extra": { |
| 56 | + "installer-name": "CsvView" |
| 57 | + } |
58 | 58 | } |
0 commit comments