Skip to content

Commit 447636d

Browse files
committed
support laravel 7.x
1 parent 0345d5a commit 447636d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
67
- nightly
78

89
matrix:

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"relations"
1313
],
1414
"minimum-stability": "dev",
15+
"prefer-stable": true,
1516
"authors": [
1617
{
1718
"name": "Andrei Badea",
@@ -20,14 +21,14 @@
2021
}
2122
],
2223
"require": {
23-
"php": "^7.2",
24-
"illuminate/contracts": "^6.0",
25-
"illuminate/support": "^6.0",
26-
"illuminate/database": "^6.0"
24+
"php": "^7.2.5",
25+
"illuminate/contracts": "^7.0",
26+
"illuminate/support": "^7.0",
27+
"illuminate/database": "^7.0"
2728
},
2829
"require-dev": {
29-
"orchestra/testbench": "^4.0",
30-
"phpunit/phpunit": "~7.0|^8.0"
30+
"phpunit/phpunit": "^8.5",
31+
"orchestra/testbench": "^5.0"
3132
},
3233
"autoload": {
3334
"psr-4": {

0 commit comments

Comments
 (0)