Skip to content
Prev Previous commit
Next Next commit
- Change composer.json config
  • Loading branch information
wendel086 committed Dec 7, 2020
commit f34e2b902c8c7f6e0b0a65b5bddf679847ea5fdf
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "geekcom/phpjasper",
"name": "prodata/phpjasper",
"description": "A PHP report generator",
"license": "MIT",
"keywords": [
Expand All @@ -8,11 +8,8 @@
"pdf"
],
"authors": [
{
"name": "Daniel Rodrigues Lima",
"email": "[email protected]",
"role": "lead"
}
{"name": "Marco Aurelio Ventura da Silva", "email": "[email protected]"},
{"name": "Wendel Henrique Ferreira", "email": "[email protected]"}
],
"minimum-stability": "stable",
"require": {
Expand Down