Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gildonei authored Jul 28, 2020
1 parent b9e24fa commit 3215854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"description": "CakePHP Plugin to add PRG filters to controllers and views",
"keywords": ["php", "filter_results", "cakephp", "filter", "results"],
"homepage": "https://github.com/gildonei/filter_results",
"license": "CC",
"license": "CC-BY-3.0",
"authors": [
{
"name": "Pedro Elsner",
"email": "[email protected]"
}, {
"name": "Gildonei Mendes A. Junior",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-0": {"Filterresults\\": "src/"}
}
}

0 comments on commit 3215854

Please sign in to comment.