Skip to content

Commit e4e5c5f

Browse files
committed
Add composer bin configuration
1 parent 14fc342 commit e4e5c5f

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

composer.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@
4747
"symfony/validator": "6.2.*",
4848
"symfony/yaml": "6.2.*"
4949
},
50+
"require-dev": {
51+
"doctrine/doctrine-fixtures-bundle": "^3.4",
52+
"friendsofphp/php-cs-fixer": "^3.13",
53+
"ixnode/php-branch-diagram-builder": "^1.2",
54+
"phpmd/phpmd": "^2.13",
55+
"phpstan/phpstan": "^1.9",
56+
"phpstan/phpstan-doctrine": "^1.3",
57+
"phpunit/phpunit": "^9",
58+
"povils/phpmnd": "^3.0",
59+
"rector/rector": "^0.15.2",
60+
"symfony/browser-kit": "6.2.*",
61+
"symfony/css-selector": "6.2.*",
62+
"symfony/http-client": "6.2.*",
63+
"symfony/maker-bundle": "^1.48",
64+
"symfony/phpunit-bridge": "^6.2"
65+
},
5066
"autoload": {
5167
"psr-4": {
5268
"Ixnode\\PhpApiVersionBundle\\": "src/"
@@ -63,6 +79,9 @@
6379
"symfony/runtime": true
6480
}
6581
},
82+
"bin": [
83+
"bin/php-api-version-bundle"
84+
],
6685
"scripts": {
6786
"auto-scripts": {
6887
"cache:clear": "symfony-cmd",
@@ -325,21 +344,5 @@
325344
"allow-contrib": false,
326345
"require": "6.2.*"
327346
}
328-
},
329-
"require-dev": {
330-
"doctrine/doctrine-fixtures-bundle": "^3.4",
331-
"friendsofphp/php-cs-fixer": "^3.13",
332-
"ixnode/php-branch-diagram-builder": "^1.2",
333-
"phpmd/phpmd": "^2.13",
334-
"phpstan/phpstan": "^1.9",
335-
"phpstan/phpstan-doctrine": "^1.3",
336-
"phpunit/phpunit": "^9",
337-
"povils/phpmnd": "^3.0",
338-
"rector/rector": "^0.15.2",
339-
"symfony/browser-kit": "6.2.*",
340-
"symfony/css-selector": "6.2.*",
341-
"symfony/http-client": "6.2.*",
342-
"symfony/maker-bundle": "^1.48",
343-
"symfony/phpunit-bridge": "^6.2"
344347
}
345348
}

0 commit comments

Comments
 (0)