Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 449c388

Browse files
committed
move snap dep to prod requirements
1 parent e0b1f80 commit 449c388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=8.0",
7+
"ext-json": "*",
8+
"doctrine/doctrine-fixtures-bundle": "^3.4",
79
"doctrine/mongodb-odm-bundle": "^4.3",
810
"php-arsenal/faker": "^1.9",
9-
"doctrine/doctrine-fixtures-bundle": "^3.4",
10-
"symfony/framework-bundle": "^5.2",
11-
"ext-json": "*"
11+
"spatie/phpunit-snapshot-assertions": "^4.2",
12+
"symfony/framework-bundle": "^5.2"
1213
},
1314
"require-dev": {
14-
"phpunit/phpunit": "^9.5",
15-
"spatie/phpunit-snapshot-assertions": "^4.2"
15+
"phpunit/phpunit": "^9.5"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)