Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-alrek committed Jul 21, 2022
1 parent 03cf6fb commit e8057d5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,23 @@
"homepage": "https://github.com/apility/laravel-ngrok",
"license": "MIT",
"authors": [
{
"name": "Jairo Correa",
"email": "[email protected]"
},
{
"name": "Thomas Alrek",
"email": "[email protected]"
},
{
"name": "Jairo Correa",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.0",
"illuminate/console": "^8.0",
"illuminate/http": "^8.0",
"illuminate/pagination": "^8.0",
"illuminate/routing": "^8.0",
"illuminate/support": "^8.0",
"symfony/process": "^5.0"
"illuminate/console": "^9.0",
"illuminate/http": "^9.0",
"illuminate/pagination": "^9.0",
"illuminate/routing": "^9.0",
"illuminate/support": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e8057d5

Please sign in to comment.