Skip to content

Commit 7e75467

Browse files
committed
fix: add back tempest/container as a dev dep for tests
1 parent b9b7191 commit 7e75467

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

packages/generation/composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"tempest/support": "3.x-dev",
1212
"psr/container": "^2.0"
1313
},
14+
"require-dev": {
15+
"spatie/phpunit-snapshot-assertions": "^5.1.8",
16+
"phpunit/phpunit": "^12.5.22",
17+
"tempest/container": "3.x-dev"
18+
},
1419
"autoload": {
1520
"psr-4": {
1621
"Tempest\\Generation\\": "src"
@@ -20,9 +25,5 @@
2025
"psr-4": {
2126
"Tempest\\Generation\\Tests\\": "tests"
2227
}
23-
},
24-
"require-dev": {
25-
"spatie/phpunit-snapshot-assertions": "^5.1.8",
26-
"phpunit/phpunit": "^12.5.22"
2728
}
2829
}

0 commit comments

Comments
 (0)