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 97eb390 commit b5eaedeCopy full SHA for b5eaede
CHANGELOG.md
@@ -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
9
# Version 5.2.1
10
11
## Bugfixes
composer.json
@@ -13,8 +13,8 @@
13
"sebastian/phpcpd": "^2.0.1",
14
"squizlabs/php_codesniffer": "^3.10.1",
15
"consolidation/robo": "^4.0.2",
16
- "mikey179/vfsstream": "v1.6.11",
17
- "symfony/http-kernel": "v4.4.51"
+ "mikey179/vfsstream": "~1.6.11",
+ "symfony/http-kernel": "~4.4.51"
18
},
19
"authors": [
20
{
0 commit comments