Skip to content

Commit 7930319

Browse files
committed
Dedicate master branch to 2.x
1 parent 997f453 commit 7930319

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^5.4|^7.0",
19+
"php": "^7.1",
2020
"friendsofsymfony/oauth2-php": "~1.1",
2121
"symfony/framework-bundle": "~2.8|~3.0|^4.0",
2222
"symfony/security-bundle": "~2.8|~3.0|^4.0",
@@ -49,7 +49,7 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "1.5-dev"
52+
"dev-master": "2.0-dev"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)