We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af94415 commit 2b2a131Copy full SHA for 2b2a131
web/app/composer.json.dist
@@ -1,13 +1,11 @@
1
{
2
"require": {
3
-
+ "symfony/yaml": "^5.1"
4
},
5
"require-dev": {
6
- "apigen/apigen": "dev-master",
7
"phpmd/phpmd": "@stable",
8
- "phpunit/phpunit": "^7.0",
9
- "roave/better-reflection": "dev-master",
10
- "squizlabs/php_codesniffer": "3.*"
+ "phpunit/phpunit": "^9.0",
+ "squizlabs/php_codesniffer": "3.5.*"
11
12
"autoload": {
13
"psr-4": {
@@ -21,4 +19,4 @@
21
19
22
20
"minimum-stability": "stable",
23
"prefer-stable": true
24
-}
+}
0 commit comments