Skip to content

Commit 3a6ed2a

Browse files
authored
Merge pull request #12 from cspray/task/remove-annotated-target
Remove unused composer dependencies
2 parents ec3a310 + 6473083 commit 3a6ed2a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "cspray/architectural-decision",
33
"description": "A library to keep track of architectural decisions with PHP annotations.",
44
"license": ["MIT"],
5-
"bin": ["bin/architectural-decisions"],
65
"autoload": {
76
"psr-4": {
87
"Cspray\\ArchitecturalDecision\\": "src"
@@ -14,18 +13,11 @@
1413
}
1514
},
1615
"require": {
17-
"php": "^8.1",
18-
"ext-dom": "*",
19-
"cspray/annotated-target": "^1.1",
20-
"nikic/php-parser": "^4.18 || ^5.0"
16+
"php": "^8.1"
2117
},
2218
"require-dev": {
2319
"cspray/phinal": "^2.0",
24-
"mikey179/vfsstream": "^1.6",
2520
"phpunit/phpunit": "^10.1",
26-
"symfony/console": "^6.4",
27-
"symfony/filesystem": "^6.4",
28-
"symfony/string": "^6.4",
2921
"vimeo/psalm": "^5.11"
3022
}
3123
}

0 commit comments

Comments
 (0)