Skip to content

Commit

Permalink
Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocleir authored Mar 4, 2020
1 parent b77376f commit 215f45d
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 215f45d

Please sign in to comment.