Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup the Core US provider as extension #948

Draft
wants to merge 1 commit into
base: 2.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@
"data"
],
"license": "MIT",
"authors": [
{
"name": "François Zaninotto"
}
],
"require": {
"php": "^7.4 || ^8.0",
"fakerphp/core": "dev-main",
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"require-dev": {
"ext-intl": "*",
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^9.5.26",
"symfony/phpunit-bridge": "^5.4.16"
"symfony/phpunit-bridge": "^5.4.16",
"symfony/var-dumper": "^6.4"
},
"autoload": {
"psr-4": {
Expand All @@ -38,9 +35,6 @@
"fzaninotto/faker": "*"
},
"suggest": {
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
"ext-mbstring": "Required for multibyte Unicode string functionality."
},
"config": {
Expand Down
50 changes: 0 additions & 50 deletions src/Calculator/Ean.php

This file was deleted.

69 changes: 0 additions & 69 deletions src/Calculator/Iban.php

This file was deleted.

42 changes: 0 additions & 42 deletions src/Calculator/Inn.php

This file was deleted.

60 changes: 0 additions & 60 deletions src/Calculator/Isbn.php

This file was deleted.

72 changes: 0 additions & 72 deletions src/Calculator/Luhn.php

This file was deleted.

43 changes: 0 additions & 43 deletions src/Calculator/TCNo.php

This file was deleted.

Loading
Loading