For the original documentation please refer to spatie/schema-org.
Add the fork repository to your composer.json
's repositories
section:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/derhasi/schema-org.git"
}
],
}
After that you can require the php5 version with the alias pattern like this:
composer require spatie/schema-org:"dev-php5 as 1.1.0"
- Changed generator templates to produce PHP5-code
- Converted generator to PHP5 iva 7to5
- Changed
BaseType->if()
toBaseType->doIf()
The MIT License (MIT). Please see License File for more information.