Skip to content

Commit

Permalink
Actualizar composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvl authored Aug 20, 2024
1 parent 48c2a79 commit 8c9039a
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
Expand Up @@ -32,9 +32,9 @@
}
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0 || ^8.1",
"guzzlehttp/guzzle": "~6.0 || ^7.0 || ^8.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*|| 5.9.* || ^6.0 || ^7.0 || ^8.0"
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*|| 5.9.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 8c9039a

Please sign in to comment.