Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,852 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 repositories not shown
- [GeneratorBundle] Add missing interface to generated fixtures for auto service registration
- [NodeBundle] Improve nodetranslation repository deprecation
- [NodeBundle] Replace setter injection in node helper services
- [DashboardBundle] Improve dashboarbundle dx
- [AllBundles] Removed the unused ddeboer/data-import-bundle dependency
- [MultiDomainBundle] Deprecate replaced rootNode property
- [AllBundles] Bump minimum supported symfony 4 version tot 4.4
- [AdminBundle] Allow symfony/acl-bundle 2.0
- [NodeBundle] Remove duplicate query order by
- [AllBundles] Allow next majors of doctrine-bundle and doctrine-migrations-bundle to prepare symfony 5 support
- [AdminListBundle] Change pagerfanta dependencies to require the minimum needed packages
- [GeneratorBundle] Avoid extra questions during install command
- [LeadGenerationBundle] fixed doc, getAdminType should be string
- [NodeSearchBundle] Allow include offline option get_parent twig function.
- [GeneratorBundle] Remove buildCmsAssets from generated FE tasks - assets are compiled in git repo
- [AdminBundle] autofocus search input when opening modal
- [SensioGeneratorBundle] Fixed typo in form class name
- [AdminListBundle] disable sort arrows of first & last item
- [AllBundles] Configure asset packages and add package to asset call
- [MediaBundle] Use parameter instead of hardcoded media path
- [FormBundle] Adding Filesystem to FileFormSubmissionField
- [AllBundles] Use absolute_url twig function instead of using app.request data
- [MediaBundle] Position sort by and limit
- [AdminBundle][FosuUserBundle] Deprecate FosUserBundle
- [MediaBundle] Remove empty src set
- [MediaBundle] getImageUrl has only 2 params
Created an issue in composer/composer that received 6 comments
Composer 2.0.0-RC1 installs incorrect version of package
My composer.json:
{ "require": { "doctrine/doctrine-migrations-bundle": "^1.3|^2.1" }
}
Output of composer diagnose:
Checking composer.json: WARNI…