We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ebcba commit 9bbe64cCopy full SHA for 9bbe64c
.scrutinizer.yml
@@ -30,4 +30,4 @@ tools:
30
build:
31
environment:
32
php:
33
- version: 7.1
+ version: 7.2
composer.json
@@ -14,11 +14,11 @@
14
}
15
],
16
"require": {
17
- "php": "^7.1.8",
+ "php": "^7.2",
18
"league/flysystem": "~1.0",
19
"gliterd/backblaze-b2": ">=1.5.0",
20
"psr/http-message-implementation": "*",
21
- "mikey179/vfsStream": "*"
+ "mikey179/vfsstream": "*"
22
},
23
"require-dev": {
24
"phpunit/phpunit" : "~4.0||~5.0",
0 commit comments