Skip to content

Commit 8cc61f5

Browse files
author
Simon Mönch
authored
Update box to version 3.11 and bump composer root version to 0.14.99 (#450)
1 parent 6ff13aa commit 8cc61f5

File tree

4 files changed

+95
-980
lines changed

4 files changed

+95
-980
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.13.99'
3+
export COMPOSER_ROOT_VERSION='0.14.99'

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
environment:
33
variables:
4-
COMPOSER_ROOT_VERSION: '0.13.99'
4+
COMPOSER_ROOT_VERSION: '0.14.99'
55

66
nodes:
77
analysis:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"bamarni/composer-bin-plugin": "^1.1",
33-
"humbug/box": "^3.8",
33+
"humbug/box": "^3.11",
3434
"phpspec/prophecy-phpunit": "^2.0",
3535
"phpunit/phpunit": "^9.0"
3636
},

0 commit comments

Comments
 (0)