Skip to content

Commit a505a2d

Browse files
authored
Merge pull request #46 from stronk7/update_composer_deps
Update composer dependencies to actual ones
2 parents 702e30b + dae0294 commit a505a2d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
77

88
## [Unreleased]
9+
### Changed
10+
- Update composer dependencies to current versions, notably PHPCompatibility (70e4ca24).
911

1012
## [v3.3.3] - 2023-03-14
1113
### Removed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616
],
1717
"require": {
18-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
19-
"squizlabs/php_codesniffer": "^3.7.1",
20-
"phpcompatibility/php-compatibility": "dev-develop#2fb82334"
18+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
19+
"squizlabs/php_codesniffer": "^3.7.2",
20+
"phpcompatibility/php-compatibility": "dev-develop#70e4ca24"
2121
},
2222
"config": {
2323
"allow-plugins": {
@@ -37,9 +37,9 @@
3737
"source": "https://github.com/moodlehq/moodle-cs"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "^9.5",
40+
"phpunit/phpunit": "^9.6",
4141
"mikey179/vfsstream": "^1.6",
42-
"overtrue/phplint": "^3.0",
42+
"overtrue/phplint": "^3.4.0 | ^9.0.4",
4343
"phpmd/phpmd": "^2.11",
4444
"thor-juhasz/phpunit-coverage-check": "^0.3.0",
4545
"sebastian/phpcpd": "^6.0"

0 commit comments

Comments
 (0)