Skip to content

Commit

Permalink
Merge pull request #5 from koriym/faker
Browse files Browse the repository at this point in the history
Update faker library
  • Loading branch information
koriym committed Jan 11, 2021
2 parents dc41636 + 1b0a38e commit ee1ef6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ composer.lock
clover.xml
.idea
tests/dist
.php_cs.cache
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019(平成) Akihito Koriyama
Copyright (c) 2019(平成)-2021 Akihito Koriyama

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,12 +17,12 @@
"php": ">=7.1.0",
"ext-json": "*",
"ext-mbstring": "*",
"fzaninotto/faker": "^1.7"
"fakerphp/faker": "^1.13"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2.8",
"squizlabs/php_codesniffer": "^2.6",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee1ef6f

Please sign in to comment.