Skip to content

Tags: xefi/faker-php

Tags

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Discover providers from the project itself. (#84)

* Discover providers from the project itself.

* Add unit tests for the project provider discovery

Cover the root composer.json branch added to PackageManifest::build():
providers declared by the project itself, merge with the installed
packages ones, the "root" fallback key when the project has no name,
and the ignored cases (no extra.faker, no composer.json at all).

Also cover the new project composer.json freshness check in both
PackageManifest::shouldRecompile() and
ContainerMixinManifest::shouldRecompile().

---------

Co-authored-by: Gautier Deleglise <gautier.deleglise@gmail.com>

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow reflection-docblock v6 & fix mixin generation in Windows (#80)

* Add autogenereted files to gitignore

* update workflows actions

* allow reflection-docblock ^6.0

* Update phpunit

* Update composer.json

* add optimize-autoloader and fix namespaces for psr4

* fix styleci errors

* lint workflow and add preferred-install to composer config

* lint composer.json and add generate-mixin.php

* fix styleci errors

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Generate mixin after composer install/update (#77)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #73 from xefi/feature/phone-extension-upgrade

Phone extension upgrade

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #72 from 15g-lucas/feature/geolocation

Geographical Extension
Thanks to @15g-lucas and @LixNew2

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #55 from xefi/feature/phone-extension

✨ Add phone extension

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #63 from LixNew2/feature/timezone

Add random timezone

v1.4.1

Toggle v1.4.1's commit message
Create .gitattributes

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add multibyte support to case modifiers and tests (#53)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #50 from 15g-lucas/fix-array-extension

Fix array extension