Skip to content

Commit 8656d41

Browse files
authored
Merge pull request #24 from leonardfischer/master
Implement Psalm and minor code updates
2 parents c8b1f9e + d5f1053 commit 8656d41

5 files changed

Lines changed: 293 additions & 219 deletions

File tree

composer.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,24 @@
2929
"require-dev": {
3030
"ext-dom": "*",
3131
"ext-xml": "*",
32-
"brianium/paratest": "^6.4.4",
32+
"brianium/paratest": "^6.4",
3333
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
34-
"j13k/yaml-lint": "^1.1.4",
35-
"phan/phan": "^5.3.2",
36-
"php-parallel-lint/php-parallel-lint": "^1.3.2",
37-
"phpcompatibility/php-compatibility": "^9.3.5",
38-
"phploc/phploc": "^7.0.2",
39-
"phpmd/phpmd": "^2.12.0",
40-
"phpstan/phpstan": "^1.6.8",
41-
"phpunit/phpunit": "^9.5.20",
42-
"povils/phpmnd": "^2.5.0",
34+
"j13k/yaml-lint": "^1.1",
35+
"phan/phan": "^5.3",
36+
"php-parallel-lint/php-parallel-lint": "^1.3",
37+
"phpcompatibility/php-compatibility": "^9.3",
38+
"phploc/phploc": "^7.0",
39+
"phpmd/phpmd": "^2.12",
40+
"phpstan/phpstan": "^1.7",
41+
"phpunit/phpunit": "^9.5",
42+
"povils/phpmnd": "^2.5",
43+
"psalm/phar": "^4.23",
4344
"roave/security-advisories": "dev-master",
4445
"sclable/xml-lint": "^0.5.0",
45-
"sebastian/phpcpd": "^6.0.3",
46-
"seld/jsonlint": "^1.9.0",
47-
"squizlabs/php_codesniffer": "^3.6.2",
48-
"symfony/dotenv": "^6.0.5"
46+
"sebastian/phpcpd": "^6.0",
47+
"seld/jsonlint": "^1.9",
48+
"squizlabs/php_codesniffer": "^3.6",
49+
"symfony/dotenv": "^5.4"
4950
},
5051
"suggest": {
5152
"ext-xdebug": "Needed for code coverage with phpunit"

0 commit comments

Comments
 (0)