We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tempest/container
1 parent b9b7191 commit 7e75467Copy full SHA for 7e75467
1 file changed
packages/generation/composer.json
@@ -11,6 +11,11 @@
11
"tempest/support": "3.x-dev",
12
"psr/container": "^2.0"
13
},
14
+ "require-dev": {
15
+ "spatie/phpunit-snapshot-assertions": "^5.1.8",
16
+ "phpunit/phpunit": "^12.5.22",
17
+ "tempest/container": "3.x-dev"
18
+ },
19
"autoload": {
20
"psr-4": {
21
"Tempest\\Generation\\": "src"
@@ -20,9 +25,5 @@
25
26
"Tempest\\Generation\\Tests\\": "tests"
22
27
}
23
- },
24
- "require-dev": {
- "spatie/phpunit-snapshot-assertions": "^5.1.8",
- "phpunit/phpunit": "^12.5.22"
28
29
0 commit comments