Skip to content

Commit a9c4d59

Browse files
committed
Remove test namespace - not needed for now
1 parent c268276 commit a9c4d59

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"ext-ctype": "*",
2222
"ext-iconv": "*",
2323
"ext-sqlite3": "*",
24-
"guzzlehttp/psr7": "^2.7",
24+
"guzzlehttp/psr7": "^2.7.1",
2525
"jerowork/graphql-attribute-schema": "^0.3.1",
2626
"php-http/discovery": "^1.20",
27-
"psr/container": "^2.0",
28-
"ramsey/uuid": "^4.7",
27+
"psr/container": "^2.0.2",
28+
"ramsey/uuid": "^4.7.6",
2929
"symfony/console": "~7.2.6",
3030
"symfony/dependency-injection": "7.2.*",
3131
"symfony/dotenv": "~7.2.0",
@@ -67,11 +67,6 @@
6767
"Jerowork\\ExampleApplicationGraphqlAttributeSchema\\": "src/"
6868
}
6969
},
70-
"autoload-dev": {
71-
"psr-4": {
72-
"Jerowork\\ExampleApplicationGraphqlAttributeSchema\\Tests\\": "tests/"
73-
}
74-
},
7570
"config": {
7671
"allow-plugins": {
7772
"php-http/discovery": true,

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)