Skip to content

Tags: Zeichen32/GitLabApiBundle

Tags

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.
```

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow symfony 7 (#29)

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add TreeBuilder return type. (#27)

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependency requirements - allowed Symfony 6 (#23)

Update dependency requirements - allowed Symfony 6

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Configuration.php (#21)

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow PHP 8 (#18)

* Allow PHP 8
* Add PHP 8 to Travis builds
* Update deps to support PHP 8

v5.0.0

Toggle v5.0.0's commit message
Fix builds

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Current changes (#14)

* Update Readme (PR #12)
* Fix branch alias (PR #13)
* Avoid deprected create method(PR #11)
* Update deps and install docs

Thanks to @GrahamCampbell for contribution.

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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