Skip to content

Commit 9009dca

Browse files
authored
Merge pull request #1 from techdivision/compatibility-php-81
PHP 8.1 Compatibility
2 parents 92048ab + db0b834 commit 9009dca

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"minimum-stability": "dev",
66
"prefer-stable": true,
77
"require": {
8-
"php": ">=7.3.0",
9-
"techdivision/import-serializer": "^1.0.0"
8+
"php": "^8.1",
9+
"techdivision/import-serializer": "^2.0.0"
1010
},
1111
"require-dev": {
12-
"doctrine/dbal": "2.5.*",
13-
"pdepend/pdepend": "2.5.2",
14-
"phpmd/phpmd": "@stable",
15-
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
16-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
17-
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
18-
"consolidation/robo": "~1.0",
19-
"mikey179/vfsstream": "~1.0",
20-
"symfony/http-kernel": "~2.0|~3.0|~4.0"
12+
"doctrine/dbal": "^4.0.4",
13+
"pdepend/pdepend": "^2.16.2",
14+
"phpmd/phpmd": "^2.15.0",
15+
"phpunit/phpunit": "^11.2.5",
16+
"sebastian/phpcpd": "^2.0.1",
17+
"squizlabs/php_codesniffer": "^3.10.1",
18+
"consolidation/robo": "^4.0.2",
19+
"mikey179/vfsstream": "~1.6.11",
20+
"symfony/http-kernel": "~4.4.51"
2121
},
2222
"authors": [
2323
{

0 commit comments

Comments
 (0)