You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use iterable to allow generators (#53)
* use iterable to allow generators
* ci/cd: bump action versions
* tests: update phpunit and faker
tests: update phpunit and faker
tests: use max 10 version
* phpcs: update min version
* phpcs: ignore env to works with php > 8.0
`$tmpFile`. `$writer` and `$settings` of Generator class made protect…
…ed (#32)
to be possible extend Generator class and override methods using those class variables.
Add enable_auto_discounts property to offer and shop info (#31)
* add autoDiscount property to SiteInfo
* add autoDiscount property to AbstractOffer
* add tests