Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chesn0k committed May 20, 2024
1 parent 6f00407 commit 1f016bf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"ext-json": "*",
"psr/event-dispatcher": "^1.0",
"psr/log": "^3.0",
"symfony/console": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/string": "^7.0",
"symfony/console": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/filesystem": "^7.1",
"symfony/string": "^7.1",
"twig/twig": "^3.4"
},
"require-dev": {
Expand All @@ -41,13 +41,14 @@
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.9",
"symfony/var-dumper": "^7.0",
"symfony/yaml": "^7.0",
"symfony/var-dumper": "^7.1",
"symfony/yaml": "^7.1",
"vimeo/psalm": "^5.24.0"
},
"conflict": {
"squizlabs/php_codesniffer": "<3.6",
"nikic/php-parser": "<4.17"
},
"minimum-stability": "dev"
"minimum-stability": "RC",
"prefer-stable": true
}

0 comments on commit 1f016bf

Please sign in to comment.