Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

adding JCB card #2058

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
3e3a67d
Updates the Danish addresses
Dec 3, 2019
bd6ef22
adding JCB card
mihaileu Sep 28, 2020
b07d15b
Release 1.9.1
GrahamCampbell Oct 27, 2020
ebaf4f8
Remove persian rude words. (#1879)
amir9480 Mar 12, 2020
4e92404
Fix (bug #1862): Do not clear entity manager for doctrine orm populat…
jlekowski May 11, 2020
33a4575
Fix Job title typo (#2040)
ottaviano Oct 23, 2020
14dc32f
Fix typos in greek first names (#1973)
sebdesign Oct 23, 2020
4b57fff
Fix IBAN generation for CR (Costa Rica) (#1984)
lowerends Oct 23, 2020
5e628f6
Added missing properties in doc-block (#1985)
Oct 23, 2020
95551b5
Fix typo in de_DE jobTitleFormat (#1990)
tobias-grasse Oct 23, 2020
d84730c
randomElement accepts an array (#1993)
reed-jones Oct 23, 2020
78a851e
Fix dateTimeThisYear method (#2039)
macaron Oct 23, 2020
ccf7a08
[fix] complies with psr-2 (#2006)
Oct 23, 2020
be3b04b
Fix typo in de_DE Company Provider (#2029)
lukstei Oct 23, 2020
ea4c2c2
fix names, should start at new line (#2044)
jai-o Oct 23, 2020
a50d81b
Update Person.php
sanmon1985 Aug 17, 2020
d63a360
Conflict with all versions
GrahamCampbell Oct 27, 2020
6deed27
Corrections for the new repo path
GrahamCampbell Oct 27, 2020
f2d9622
Switched to PSR-12 and drop PHP < 7.1 (#3)
GrahamCampbell Oct 27, 2020
0ee2cb2
Update .gitattributes
GrahamCampbell Oct 27, 2020
c137172
Support PHP 8.0 (#4)
GrahamCampbell Oct 27, 2020
7ef0c9f
Release 1.10.0
GrahamCampbell Oct 27, 2020
1971ce5
Merge pull request #5 from tomasnorre/dk-locales
localheinz Oct 27, 2020
33d37fb
Fix: Remove conflict with ergebnis/faker
localheinz Oct 27, 2020
01a6d1b
Fix: Case
localheinz Oct 27, 2020
902ef88
Merge pull request #8 from localheinz/fix/remove
localheinz Oct 27, 2020
0302f61
Fix: Move CONTRIBUTING.md into .github/
localheinz Oct 27, 2020
be4ae17
Update Company.php
SjorsO Oct 27, 2020
9a266c1
Add some editorconfig to help with style
Nyholm Oct 27, 2020
1a10879
Add to gitattributes
Nyholm Oct 27, 2020
dcd7a66
Make sure the Makefile has tab syntax
Nyholm Oct 28, 2020
6929a20
Clarify changelog
Nyholm Oct 28, 2020
a23a83b
Standin replacement for LoremPixel to Placeholder.com (#11)
pimjansen Oct 28, 2020
f47b7d8
Update readme for image (#25)
Nyholm Oct 28, 2020
f1bcbc5
Added 1.10.1 changelog
pimjansen Oct 28, 2020
27d5690
Limit workflow builds to main branch and PRs
sanmai Oct 28, 2020
21ad6b7
Update continuous-integration.yml
sanmai Oct 28, 2020
8bd7e33
Brush up CI, add Windows build
sanmai Oct 28, 2020
24dd6d3
Merge pull request #24 from FakerPHP/release/1.10.1
localheinz Oct 28, 2020
f2713a5
Merge pull request #26 from sanmai/patch-1
localheinz Oct 28, 2020
73af4f1
Add PULL_REQUEST_TEMPLATE.md
sanmai Oct 28, 2020
ef19f26
Update branches for badges (#29)
Nyholm Oct 28, 2020
77fe323
Add: Swedish (sv_SE) municipality (#30)
Nyholm Oct 28, 2020
2d8ea90
Adding BC check (#14)
Nyholm Oct 28, 2020
5ff8573
Adding PHPStan and Psalm
Nyholm Oct 27, 2020
9e9ff13
Update branch rules
Nyholm Oct 28, 2020
96a0e48
Update .github/workflows/static-analysis.yml
Nyholm Oct 28, 2020
43ecb3c
Update .github/workflows/static-analysis.yml
Nyholm Oct 28, 2020
137cbba
Update .github/workflows/static-analysis.yml
Nyholm Oct 28, 2020
d8f47d6
Apply suggestions from code review
sanmai Oct 28, 2020
24f1a70
Merge pull request #27 from sanmai/pr/2020-10/windows
localheinz Oct 28, 2020
e7a09a9
Merge pull request #28 from sanmai/pr/2020-10/PULL_REQUEST_TEMPLATE.md
localheinz Oct 28, 2020
a46bcf9
Merge pull request #9 from Nyholm/static
localheinz Oct 28, 2020
4c7579f
Revert "Remove persian rude words. (#1879)"
mihaileu Oct 28, 2020
3220a84
Revert "Fix (bug #1862): Do not clear entity manager for doctrine orm…
mihaileu Oct 28, 2020
ca51981
apply style ci changes
mihaileu Oct 28, 2020
17f3d3e
Merge branch 'main' into adding_JCB_credit_card
mihaileu Oct 28, 2020
87e36bc
apply style ci changes
mihaileu Oct 28, 2020
3e975f4
Merge branch 'adding_JCB_credit_card' of https://github.com/mihaileu/…
mihaileu Oct 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
on:
pull_request:
push:
branches:
- "main"
- "[0-9].*"

name: "Continuous Integration"