Skip to content

Commit

Permalink
upgrade to laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
devsquad-maycon-medeiros committed Aug 17, 2021
1 parent e4da5f4 commit 170d4ed
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 @@ -10,7 +10,7 @@
],
"require": {
"datadog/php-datadogstatsd": "^1.3",
"illuminate/support": "^7.0"
"illuminate/support": "^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^5.0",
"orchestra/testbench": "^6.0",
"mockery/mockery": "^1.2"
},
"extra": {
Expand Down

0 comments on commit 170d4ed

Please sign in to comment.