Skip to content

Commit

Permalink
Merge pull request #131 from tratofeito/patch-4
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
fernandobandeira authored Apr 22, 2020
2 parents b77376f + 215f45d commit fd1d21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artistas/laravel-pagseguro",
"description": "PagSeguro Checkout Transparente e Pagamento Recorrente(Assinaturas) no Laravel 5.*",
"description": "PagSeguro Checkout Transparente e Pagamento Recorrente(Assinaturas) no Laravel 5.*, 6.* e 7.*",
"type": "library",
"license": "MIT",
"keywords": ["laravel", "pagseguro", "transparente", "recorrente", "assinaturas"],
Expand All @@ -18,7 +18,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.2|^6.0"
"illuminate/support": "^5.2|^6.0|^7.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit fd1d21c

Please sign in to comment.