Skip to content

Commit 9eeaa03

Browse files
Update composer packages and changelog
1 parent 7806e31 commit 9eeaa03

3 files changed

Lines changed: 22 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased][]
99

10-
## [1.0][] – 2024-12-16
10+
## [1.0.0][] – 2024-12-16
1111

1212
**Note:** Support for all PHP `7` versions has been dropped. PHP `8+` only, from now on :)
1313

composer.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
"require-dev": {
3636
"ext-dom": "*",
3737
"ext-xml": "*",
38-
"brianium/paratest": "^6.4",
38+
"brianium/paratest": "^6.11",
3939
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
4040
"j13k/yaml-lint": "^1.1",
41-
"phan/phan": "^5.3",
41+
"phan/phan": "^5.4",
4242
"php-parallel-lint/php-parallel-lint": "^1.3",
4343
"phpcompatibility/php-compatibility": "^9.3",
4444
"phploc/phploc": "^7.0",
45-
"phpmd/phpmd": "^2.12",
46-
"phpstan/phpstan": "^1.7",
47-
"phpunit/phpunit": "^9.5",
45+
"phpmd/phpmd": "^2.15",
46+
"phpstan/phpstan": "^2.0",
47+
"phpunit/phpunit": "^9.6",
4848
"povils/phpmnd": "^2.5",
49-
"psalm/phar": "^4.23",
49+
"psalm/phar": "^5.26",
5050
"roave/security-advisories": "dev-master",
5151
"sclable/xml-lint": "^0.8.0",
5252
"sebastian/phpcpd": "^6.0",
53-
"seld/jsonlint": "^1.9",
54-
"squizlabs/php_codesniffer": "^3.6",
53+
"seld/jsonlint": "^1.11",
54+
"squizlabs/php_codesniffer": "^3.11",
5555
"symfony/dotenv": "^5.4"
5656
},
5757
"suggest": {
@@ -158,8 +158,5 @@
158158
"phpunit-parallel": "Perform unit tests in parallel",
159159
"phpunit-unreleased": "Perform unit tests for unreleased features",
160160
"system-check": "Run some system checks"
161-
},
162-
"extra": {
163-
"version": "0.11-dev"
164161
}
165162
}

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)