Skip to content

Commit bbb1544

Browse files
authored
Update COMPOSER_ROOT_VERSION (#614)
1 parent c7c00bb commit bbb1544

File tree

12 files changed

+407
-5107
lines changed

12 files changed

+407
-5107
lines changed

.composer-root-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
export COMPOSER_ROOT_VERSION='0.15.99'
3+
export COMPOSER_ROOT_VERSION='0.16.99'

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require-dev": {
3535
"bamarni/composer-bin-plugin": "^1.1",
36-
"humbug/box": "^3.13.3",
36+
"humbug/box": "^3.15.0",
3737
"phpspec/prophecy-phpunit": "^2.0",
3838
"phpunit/phpunit": "^9.0"
3939
},
@@ -43,9 +43,6 @@
4343

4444
"bin": ["bin/php-scoper"],
4545
"autoload": {
46-
"classmap": [
47-
"vendor-hotfix/"
48-
],
4946
"files": [
5047
"src/functions.php"
5148
],

composer.lock

Lines changed: 404 additions & 314 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Console/Command/AddPrefixCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function test_get_help_menu(): void
110110
111111
Available commands:
112112
add-prefix Goes through all the PHP files found in the given paths to apply the given prefix to namespaces & FQNs.
113+
completion Dump the shell completion script
113114
help Display help for a command
114115
init Generates a configuration file.
115116
list List commands

0 commit comments

Comments
 (0)