Skip to content

Commit

Permalink
Merge pull request #12 from cspray/task/remove-annotated-target
Browse files Browse the repository at this point in the history
Remove unused composer dependencies
  • Loading branch information
cspray committed Jun 17, 2024
2 parents ec3a310 + 6473083 commit 3a6ed2a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "cspray/architectural-decision",
"description": "A library to keep track of architectural decisions with PHP annotations.",
"license": ["MIT"],
"bin": ["bin/architectural-decisions"],
"autoload": {
"psr-4": {
"Cspray\\ArchitecturalDecision\\": "src"
Expand All @@ -14,18 +13,11 @@
}
},
"require": {
"php": "^8.1",
"ext-dom": "*",
"cspray/annotated-target": "^1.1",
"nikic/php-parser": "^4.18 || ^5.0"
"php": "^8.1"
},
"require-dev": {
"cspray/phinal": "^2.0",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^10.1",
"symfony/console": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/string": "^6.4",
"vimeo/psalm": "^5.11"
}
}

0 comments on commit 3a6ed2a

Please sign in to comment.