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.
2 parents 369638d + 98b133b commit e4da5f4Copy full SHA for e4da5f4
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
- - 7.2
5
- 7.3
6
- 7.4
+ - 8.0
7
8
before_script:
9
- composer update --prefer-source --no-interaction
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