Skip to content

Commit db0b834

Browse files
committed
UPDATE composer.json & changelog
1 parent 3a7b6eb commit db0b834

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 2.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 1.0.2
210
## Bugfixes
311

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"prefer-stable": true,
77
"require": {
88
"php": "^8.1",
9-
"techdivision/import-serializer": "dev-compatibility-php-81"
9+
"techdivision/import-serializer": "^2.0.0"
1010
},
1111
"require-dev": {
1212
"doctrine/dbal": "^4.0.4",
@@ -16,8 +16,8 @@
1616
"sebastian/phpcpd": "^2.0.1",
1717
"squizlabs/php_codesniffer": "^3.10.1",
1818
"consolidation/robo": "^4.0.2",
19-
"mikey179/vfsstream": "v1.6.11",
20-
"symfony/http-kernel": "v4.4.51"
19+
"mikey179/vfsstream": "~1.6.11",
20+
"symfony/http-kernel": "~4.4.51"
2121
},
2222
"authors": [
2323
{

0 commit comments

Comments
 (0)