Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Merge branch 'jasonmccreary-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Mar 2, 2020
2 parents d060d2e + e644972 commit 834d1e7
Show file tree
Hide file tree
Showing 7 changed files with 951 additions and 746 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: "packagist/naoray/laravel-factory-prefill"
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Security Policy](https://tidelift.com/security)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}
],
"require": {
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
"illuminate/support": "^6.0|^7.0",
"doctrine/dbal": "^2.8",
"fzaninotto/faker": "~1.4"
},
"require-dev": {
"orchestra/testbench": "^3.8"
"orchestra/testbench": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 834d1e7

Please sign in to comment.