Skip to content

Commit 121431f

Browse files
JeroenyZeichen32
authored andcommitted
allow symfony 5 (#8)
1 parent 0d76135 commit 121431f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeichen32/gitlabapibundle",
3-
"description": "Symfony2 Bundle to include the gitlab api.",
3+
"description": "Symfony Bundle to include the gitlab api.",
44
"type": "symfony-bundle",
55
"keywords": ["gitlab", "api"],
66
"homepage": "https://github.com/Zeichen32/GitLabApiBundle",
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^5.6 || ^7.0",
16-
"symfony/framework-bundle": "^2.6|^3.0|^4.0",
16+
"symfony/framework-bundle": "^2.6|^3.0|^4.0|^5.0",
1717
"m4tthumphrey/php-gitlab-api": "^9"
1818
},
1919
"require-dev" : {

0 commit comments

Comments
 (0)