Skip to content

Commit d51c62c

Browse files
committed
Setup the Core US provider as extension
1 parent 2114cc6 commit d51c62c

File tree

618 files changed

+550
-142812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

618 files changed

+550
-142812
lines changed

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@
88
"data"
99
],
1010
"license": "MIT",
11-
"authors": [
12-
{
13-
"name": "François Zaninotto"
14-
}
15-
],
1611
"require": {
1712
"php": "^7.4 || ^8.0",
13+
"fakerphp/core": "dev-main",
1814
"psr/container": "^1.0 || ^2.0",
1915
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2016
},
2117
"require-dev": {
2218
"ext-intl": "*",
2319
"bamarni/composer-bin-plugin": "^1.4.1",
2420
"phpunit/phpunit": "^9.5.26",
25-
"symfony/phpunit-bridge": "^5.4.16"
21+
"symfony/phpunit-bridge": "^5.4.16",
22+
"symfony/var-dumper": "^6.4"
2623
},
2724
"autoload": {
2825
"psr-4": {
@@ -38,9 +35,6 @@
3835
"fzaninotto/faker": "*"
3936
},
4037
"suggest": {
41-
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
42-
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
43-
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
4438
"ext-mbstring": "Required for multibyte Unicode string functionality."
4539
},
4640
"config": {

src/Calculator/Ean.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/Calculator/Iban.php

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/Calculator/Inn.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/Calculator/Isbn.php

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/Calculator/Luhn.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/Calculator/TCNo.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)