Skip to content

Commit

Permalink
change requirements to update to laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
devsquad-maycon-medeiros committed Jul 7, 2021
1 parent 369638d commit cf1fa98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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": "^6.0"
"illuminate/support": "^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -23,8 +23,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^5.0",
"mockery/mockery": "^1.2"
},
"extra": {
Expand Down

0 comments on commit cf1fa98

Please sign in to comment.