Skip to content

Commit

Permalink
Updates for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsiedsma committed Aug 19, 2020
1 parent 9ccd7c8 commit 4d9ecf5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto
*.css linguist-vendored
*.less linguist-vendored

# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf
vagrant_aliases text eol=lf
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor
composer.phar
composer.lock
.DS_Store
.DS_Store
.idea
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.0"
"php": ">=7.2",
"illuminate/support": ">=6.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4d9ecf5

Please sign in to comment.