We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d76135 commit 121431fCopy full SHA for 121431f
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeichen32/gitlabapibundle",
3
- "description": "Symfony2 Bundle to include the gitlab api.",
+ "description": "Symfony Bundle to include the gitlab api.",
4
"type": "symfony-bundle",
5
"keywords": ["gitlab", "api"],
6
"homepage": "https://github.com/Zeichen32/GitLabApiBundle",
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": "^5.6 || ^7.0",
16
- "symfony/framework-bundle": "^2.6|^3.0|^4.0",
+ "symfony/framework-bundle": "^2.6|^3.0|^4.0|^5.0",
17
"m4tthumphrey/php-gitlab-api": "^9"
18
},
19
"require-dev" : {
0 commit comments