Skip to content

Commit e4da5f4

Browse files
Merge pull request #2 from Soapbox/change/update-to-laravel-7
Update to laravel 7
2 parents 369638d + 98b133b commit e4da5f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
6+
- 8.0
77

88
before_script:
99
- composer update --prefer-source --no-interaction

composer.json

Lines changed: 3 additions & 3 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": "^6.0"
13+
"illuminate/support": "^7.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -23,8 +23,8 @@
2323
}
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^8.0",
27-
"orchestra/testbench": "^4.0",
26+
"phpunit/phpunit": "^9.0",
27+
"orchestra/testbench": "^5.0",
2828
"mockery/mockery": "^1.2"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)