Skip to content

Commit

Permalink
add more frameworks and user providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Bethel committed Jan 23, 2020
1 parent 5e8fc14 commit 44a1cee
Show file tree
Hide file tree
Showing 16 changed files with 759 additions and 93 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

## Why tabs?
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"kint-php/kint": "dev-master",
"filp/whoops": "^2.6@dev",
"composer/composer": "^1.10@dev",
"guzzlehttp/guzzle": "^7.0@dev"
"guzzlehttp/guzzle": "^7.0@dev",
"illuminate/support": "^7.0@dev",
"illuminate/filesystem": "^7.0@dev"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 44a1cee

Please sign in to comment.