Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Updated outdated packages, upped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Dec 11, 2021
1 parent bfea992 commit 96335a6
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 137 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "elgentos/masquerade",
"description": "Framework-agnostic database seeder with fake data",
"require": {
"php": "^7.2",
"doctrine/dbal": "~2.3",
"php": "^7.4|^8",
"doctrine/dbal": "~3.2",
"elgentos/parser": "~3.0",
"fzaninotto/faker": "^1.7",
"illuminate/database": "^6.20",
"symfony/console": "^4.1",
"symfony/yaml": "^4.1"
"illuminate/database": "^8.75",
"symfony/console": "^5.4",
"symfony/yaml": "^5.4",
"fakerphp/faker": "^1.17"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 96335a6

Please sign in to comment.