Skip to content

Commit 96ef5d6

Browse files
committed
Remove inherited dependencies
1 parent 8a81319 commit 96ef5d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@
1616
},
1717
"require": {
1818
"php": "^8.2",
19-
"container-interop/service-provider": "^0.4.1",
2019
"fast-forward/container": "^1.5",
2120
"fast-forward/http-message": "^1.2",
22-
"nyholm/psr7": "^1.8",
2321
"nyholm/psr7-server": "^1.1",
24-
"psr/http-factory": "^1.1",
25-
"psr/http-message": "^2.0"
22+
"psr/http-factory": "^1.1"
2623
},
2724
"require-dev": {
2825
"coisa/php-cs-fixer": "^2.1",

0 commit comments

Comments
 (0)