Skip to content

Commit c997c21

Browse files
authored
Merge pull request #3 from orbeji/feature/move_webmozart_assert
move webmozart assert from require-dev to require
2 parents e3738ce + c024148 commit c997c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"ptlis/diff-parser": "^1.1.0",
2222
"symfony/console": "^6.4",
2323
"symfony/polyfill-php83": "^1.31",
24-
"symfony/polyfill-uuid": "^1.31.0"
24+
"symfony/polyfill-uuid": "^1.31.0",
25+
"webmozart/assert": "^1.11.0"
2526
},
2627
"require-dev": {
2728
"nyholm/symfony-bundle-test": "^3.0",
@@ -31,8 +32,7 @@
3132
"rregeer/phpunit-coverage-check": "^0.3.1",
3233
"squizlabs/php_codesniffer": "^3.10.3",
3334
"symfony/framework-bundle": "^6.4",
34-
"symfony/var-dumper": "^6.4",
35-
"webmozart/assert": "^1.11.0"
35+
"symfony/var-dumper": "^6.4"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)