Skip to content

Commit 6f355e1

Browse files
committed
Laravel 7
Took 9 minutes
1 parent ad560be commit 6f355e1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.gitattributes

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
/tests export-ignore
2-
/.gitattributes export-ignore
1+
/tests export-ignore
2+
.gitignore export-ignore
3+
.travis.yml export-ignore
4+
.styleci.yml export-ignore
5+
.gitattributes export-ignore
6+
.scrutinizer.yml export-ignore

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
],
1414
"require": {
1515
"php": ">=7.1",
16-
"illuminate/http": "~5.3|^6.0",
17-
"illuminate/support": "~5.3|^6.0"
16+
"illuminate/http": "~5.3|^6.0|^7.0",
17+
"illuminate/support": "~5.3|^6.0|^7.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6.3"
20+
"phpunit/phpunit": "^7.5"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)