Skip to content

Commit 99b84cd

Browse files
authored
Merge pull request #10 from techdivision/compatibility-php-81
PHP 8.1 Compatibility
2 parents 33c1682 + b5eaede commit 99b84cd

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 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name" : "techdivision/import-configuration",
2+
"name" : "techdivision/import-configuration",
33
"description": "The configuration interfaces for generic import functionality implementations",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.2.0"
6+
"php": "^8.1"
77
},
88
"require-dev": {
9-
"doctrine/dbal": "2.5.*",
10-
"pdepend/pdepend": "2.5.2",
11-
"phpmd/phpmd": "@stable",
12-
"phpunit/phpunit": "^6.5.0|^8.0.0",
13-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
14-
"squizlabs/php_codesniffer": "~3.4.0",
15-
"consolidation/robo": "~1.0",
16-
"mikey179/vfsstream": "~1.0",
17-
"symfony/http-kernel": "~3.4"
9+
"doctrine/dbal": "^4.0.4",
10+
"pdepend/pdepend": "^2.16.2",
11+
"phpmd/phpmd": "^2.15.0",
12+
"phpunit/phpunit": "^11.2.5",
13+
"sebastian/phpcpd": "^2.0.1",
14+
"squizlabs/php_codesniffer": "^3.10.1",
15+
"consolidation/robo": "^4.0.2",
16+
"mikey179/vfsstream": "~1.6.11",
17+
"symfony/http-kernel": "~4.4.51"
1818
},
1919
"authors": [
2020
{

0 commit comments

Comments
 (0)