Skip to content

Commit 5e66062

Browse files
author
Tom Schlick
authored
laravel 8 support (#22)
* laravel 8 support * Update .travis.yml
1 parent 59e90bf commit 5e66062

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.2.5",
26-
"laravel/framework": "^7.0"
25+
"php": "^7.3",
26+
"laravel/framework": "^8.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "~1.0",
30-
"orchestra/testbench": "^5.0",
31-
"phpunit/phpunit": "^8.4|^9.0"
30+
"orchestra/testbench": "^6.0",
31+
"phpunit/phpunit": "^9.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)