Skip to content

Commit 2b4c3bc

Browse files
committed
prepare v3.1.0 release
1 parent 92c1424 commit 2b4c3bc

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.0 (2020-11-29)
2+
3+
* Add support for php 8
4+
15
## 3.0.0 (2019-12-01)
26

37
* [BC break] removed deprecated features

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"require": {
2222
"php": "^7.2 || ^8.0",
23-
"knplabs/knp-menu": "^3.2@dev",
24-
"symfony/framework-bundle": "^3.4 | ^4.2 | ^5.0"
23+
"knplabs/knp-menu": "^3.1",
24+
"symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0"
2525
},
2626
"require-dev": {
2727
"phpspec/prophecy": "^1.8",
28-
"symfony/phpunit-bridge": "^3.4 | ^4.2 | ^5.0",
29-
"symfony/expression-language": "^3.4 | ^4.2 | ^5.0",
30-
"symfony/templating": "^3.4 | ^4.0 | ^5.0"
28+
"symfony/phpunit-bridge": "^3.4 | ^4.4 | ^5.0",
29+
"symfony/expression-language": "^3.4 | ^4.4 | ^5.0",
30+
"symfony/templating": "^3.4 | ^4.4 | ^5.0"
3131
},
3232
"autoload": {
3333
"psr-4": { "Knp\\Bundle\\MenuBundle\\": "src" }
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "3.1.x-dev"
40+
"dev-master": "3.x-dev"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)