PluginSkeleton
PluginSkeleton copied to clipboard
Skeleton for starting Sylius plugins.
Can we mention in the README that the plugin can run in other environments than test? 🙂
Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version. Release notes Sourced from phpstan/phpstan-doctrine's releases. 1.3.21 3243a38 - Fix 4a8bbee - Fix IsEmptyTypeSpecifyingExtension for ReadableCollection Commits 3243a38 Fix 4a8bbee...
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Release notes Sourced from vimeo/psalm's releases. 4.29.0 What's Changed Fixes Update dictionaries for hash ext functions by @lptn in vimeo/psalm#8553...
Add `postgres` Docker compose service as an alternative dependency to the app. Just to make it clear for newbies, who can get stuck on switching to Postgres via `docker-compose.yml` without...
Actually there is no possibility to run the plugin skeleton in production mode because of doctrine problem:
It looks like the plugin skeleton has an outdated doctrine configuration for the production and test_cached environment Refs: #407
Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version. Release notes Sourced from phpstan/phpstan-doctrine's releases. 1.3.43 c501503 - Add back noResultException Commits c501503 Add back noResultException e4678fa Add missing...
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Release notes Sourced from vimeo/psalm's releases. 5.15.0 What's Changed Features Check if argument passed to isset() is not a variable...