Skip to content

Commit

Permalink
Laravel 7
Browse files Browse the repository at this point in the history
Took 9 minutes
  • Loading branch information
jhaoda committed Apr 29, 2020
1 parent ad560be commit 6f355e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/tests export-ignore
/.gitattributes export-ignore
/tests export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.styleci.yml export-ignore
.gitattributes export-ignore
.scrutinizer.yml export-ignore
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
],
"require": {
"php": ">=7.1",
"illuminate/http": "~5.3|^6.0",
"illuminate/support": "~5.3|^6.0"
"illuminate/http": "~5.3|^6.0|^7.0",
"illuminate/support": "~5.3|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3"
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6f355e1

Please sign in to comment.