We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369638d commit cf1fa98Copy full SHA for cf1fa98
composer.json
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"datadog/php-datadogstatsd": "^1.3",
13
- "illuminate/support": "^6.0"
+ "illuminate/support": "^7.0"
14
},
15
"autoload": {
16
"psr-4": {
@@ -23,8 +23,8 @@
23
}
24
25
"require-dev": {
26
- "phpunit/phpunit": "^8.0",
27
- "orchestra/testbench": "^4.0",
+ "phpunit/phpunit": "^9.0",
+ "orchestra/testbench": "^5.0",
28
"mockery/mockery": "^1.2"
29
30
"extra": {
0 commit comments