madman-81
madman-81
New format for phpunit.xml (ran phpunit --migrate-configuration) * Added composer.lock for to .gitignore * Added sqlite to require-dev (needed for running unit tests)
1. Create new auto inherit structure for context attributes ($structure). Attributes in the $structure property are now automatically merged with all parent classes 2. The setProperty() function has been renamed...
AggregateOffer (https://schema.org/AggregateOffer) isn't supported and result in a normal Offer. Could this be added? ```php return Context::create('product', [ 'name' => 'some name', 'image' => [ 'https://site.com/image1.png', 'https://site.com/image2.png' ], 'description' =>...
Since PHP support for 5.6 has stopped long ago and even version 7.1 only has security support (until December 1st), I would like to propose to set the required PHP...
This PR prevents auditSync() to create a new record when there are no changes. Before, if a call was made to auditSync(), it would create a new audit record, regardless...
I would like to propose to make use of Composer's ca-bundle package (https://github.com/composer/ca-bundle). Integrating this packages could make it a lot easier to support SSL/HTTPS. Just like @tbar0970 and @bgaillard...
I'm running multiple projects, each with it's own URL, but it seems that Clockwork is always using the url from first project I installed it on. So if I want...
PHP 8.4.1, PHPUnit 12.1.6 and json-diff 3.12.1 The unit test below triggers deprecation warnings. ```php