You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing return type (#30)
To fix deprecation:
```
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Zeichen32\GitLabApiBundle\DependencyInjection\Zeichen32GitLabApiExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
```
Add m4tthumphrey/php-gitlab-api 11.x compatability (#20)
* Upgrade to m4tthumphrey/php-gitlab-api 11.x compatability
* Bump branch alias to 6.x
* Update readme.md to show the latest version requirement.
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