Releases: Zeichen32/GitLabApiBundle
Releases · Zeichen32/GitLabApiBundle
v6.1.1
v6.1.0
v6.0.3
v6.0.2
Fix configuration typo
This Version fix a typo in the configuration definition. If you have already changed this by hand, you will need revert this change to not break you application.
- $treeBuilder = new TreeBuilder('zeichen32_gi_lab_api');
+ $treeBuilder = new TreeBuilder('zeichen32_git_lab_api');
Upgrade to m4tthumphrey/php-gitlab-api 11.x compatability
Upgrade to m4tthumphrey/php-gitlab-api 11.x compatability
Fix #19
Added Support for PHP8
- Allow PHP 8
- Add PHP 8 to Travis builds
- Update deps to support PHP 8
Update to Gitlab API 10.0
v5.0.0 Fix builds
Fix deprecated create method
- Fix deprecated create method
- Update readme
- Fix unit tests
Fix UnitTests and update composer dependencies
Update composer requirements (#9) - Use phpunit 8 - Update unit tests - Only add supported symfony versions to composer.json - Only add supported php version to travis.yaml