Skip to content

Commit 170d4ed

Browse files
upgrade to laravel 8
1 parent e4da5f4 commit 170d4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"datadog/php-datadogstatsd": "^1.3",
13-
"illuminate/support": "^7.0"
13+
"illuminate/support": "^8.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -24,7 +24,7 @@
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^9.0",
27-
"orchestra/testbench": "^5.0",
27+
"orchestra/testbench": "^6.0",
2828
"mockery/mockery": "^1.2"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)