We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3a310 + 6473083 commit 3a6ed2aCopy full SHA for 3a6ed2a
composer.json
@@ -2,7 +2,6 @@
2
"name": "cspray/architectural-decision",
3
"description": "A library to keep track of architectural decisions with PHP annotations.",
4
"license": ["MIT"],
5
- "bin": ["bin/architectural-decisions"],
6
"autoload": {
7
"psr-4": {
8
"Cspray\\ArchitecturalDecision\\": "src"
@@ -14,18 +13,11 @@
14
13
}
15
},
16
"require": {
17
- "php": "^8.1",
18
- "ext-dom": "*",
19
- "cspray/annotated-target": "^1.1",
20
- "nikic/php-parser": "^4.18 || ^5.0"
+ "php": "^8.1"
21
22
"require-dev": {
23
"cspray/phinal": "^2.0",
24
- "mikey179/vfsstream": "^1.6",
25
"phpunit/phpunit": "^10.1",
26
- "symfony/console": "^6.4",
27
- "symfony/filesystem": "^6.4",
28
- "symfony/string": "^6.4",
29
"vimeo/psalm": "^5.11"
30
31
0 commit comments