Skip to content

Commit 2b2a131

Browse files
committed
Update of dependencies
- Update PHPUnit, PHPCode_sniffer - Remove apigen
1 parent af94415 commit 2b2a131

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

web/app/composer.json.dist

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"require": {
3-
3+
"symfony/yaml": "^5.1"
44
},
55
"require-dev": {
6-
"apigen/apigen": "dev-master",
76
"phpmd/phpmd": "@stable",
8-
"phpunit/phpunit": "^7.0",
9-
"roave/better-reflection": "dev-master",
10-
"squizlabs/php_codesniffer": "3.*"
7+
"phpunit/phpunit": "^9.0",
8+
"squizlabs/php_codesniffer": "3.5.*"
119
},
1210
"autoload": {
1311
"psr-4": {
@@ -21,4 +19,4 @@
2119
},
2220
"minimum-stability": "stable",
2321
"prefer-stable": true
24-
}
22+
}

0 commit comments

Comments
 (0)