Skip to content

Commit b5eaede

Browse files
committed
UPDATE composer.json & changelog
1 parent 97eb390 commit b5eaede

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 6.0.0
2+
3+
### PHP 8.1 Compatibility
4+
5+
* Update dependencies
6+
* Add PHP ">=8.1" support
7+
* Remove PHP 7.3 support
8+
19
# Version 5.2.1
210

311
## Bugfixes

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"sebastian/phpcpd": "^2.0.1",
1414
"squizlabs/php_codesniffer": "^3.10.1",
1515
"consolidation/robo": "^4.0.2",
16-
"mikey179/vfsstream": "v1.6.11",
17-
"symfony/http-kernel": "v4.4.51"
16+
"mikey179/vfsstream": "~1.6.11",
17+
"symfony/http-kernel": "~4.4.51"
1818
},
1919
"authors": [
2020
{

0 commit comments

Comments
 (0)