Skip to content

Commit bb2a64f

Browse files
authored
Merge pull request #6 from techdivision/compatibility-php-81
PHP 8.1 Compatibility
2 parents 8fdc25b + 2dfe98c commit bb2a64f

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
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.2.0
210

311
## Bugfixes

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"minimum-stability": "dev",
66
"prefer-stable": true,
77
"require": {
8-
"php": ">=7.3.0",
8+
"php": "^8.1",
99
"league/event": "~2.0",
10-
"techdivision/import-dbal": "^1.0.0",
11-
"techdivision/import-cache": "^1.0.0"
10+
"techdivision/import-dbal": "^2.0.0",
11+
"techdivision/import-cache": "^2.0.0"
1212
},
1313
"require-dev": {
14-
"doctrine/dbal": "2.5.*",
15-
"pdepend/pdepend": "2.5.2",
16-
"phpmd/phpmd": "@stable",
17-
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
18-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
19-
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
20-
"consolidation/robo": "~1.0",
21-
"mikey179/vfsstream": "~1.0",
22-
"symfony/http-kernel": "~2.0|~3.0|~4.0"
14+
"doctrine/dbal": "^4.0.4",
15+
"pdepend/pdepend": "^2.16.2",
16+
"phpmd/phpmd": "^2.15.0",
17+
"phpunit/phpunit": "^11.2.5",
18+
"sebastian/phpcpd": "^2.0.1",
19+
"squizlabs/php_codesniffer": "^3.10.1",
20+
"consolidation/robo": "^4.0.2",
21+
"mikey179/vfsstream": "~1.6.11",
22+
"symfony/http-kernel": "~4.4.51"
2323
},
2424
"authors": [
2525
{

0 commit comments

Comments
 (0)