forked from PHPJasper/phpjasper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Rodrigues Lima
committed
Dec 26, 2016
1 parent
d8bafe8
commit e335dd1
Showing
4 changed files
with
86 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Keep your code clean and organized, happy code. | ||
**Keep your code clean and organized, happy code.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
{ | ||
"name": "geekcom/phpjasper", | ||
"description": "Create Reports in PHP/Laravel with JasperReports", | ||
"license": "MIT", | ||
"keywords": [ | ||
"reports", | ||
"jasper", | ||
"jasperreports", | ||
"pdf", | ||
"xml", | ||
"PHP", | ||
"java", | ||
"json" | ||
], | ||
"homepage": "https://github.com/geekcom/phpjasper", | ||
"authors": [ | ||
{ | ||
"name": "Daniel Rodrigues", | ||
"email": "[email protected]", | ||
"homepage": "https://olamundophp.wordpress.com/", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Leandro Bitencourt", | ||
"email": "[email protected]", | ||
"homepage": "http://www.leandrobitencourt.zz.mu", | ||
"role": "Developer" | ||
} | ||
|
||
], | ||
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=5.4.0" | ||
"name": "geekcom/phpjasper", | ||
"description": "Create Reports in PHP/Laravel with JasperReports", | ||
"license": "MIT", | ||
"keywords": [ | ||
"reports", | ||
"jasper", | ||
"jasperreports", | ||
"pdf", | ||
"xml", | ||
"PHP", | ||
"java", | ||
"json" | ||
], | ||
"homepage": "http://geekcom.github.io/phpjasper/", | ||
"authors": [ | ||
{ | ||
"name": "Daniel Rodrigues Lima", | ||
"email": "[email protected]", | ||
"homepage": "https://olamundophp.wordpress.com/", | ||
"role": "Owner/Developer" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"JasperPHP": "src/" | ||
} | ||
{ | ||
"name": "Leandro Bitencourt", | ||
"email": "[email protected]", | ||
"homepage": "http://www.leandrobitencourt.zz.mu", | ||
"role": "Developer" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=5.4.0" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"JasperPHP": "src/" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters