Skip to content

Commit 9bbe64c

Browse files
authored
Update PHP requirement, fix composer typo (#29)
This package depends upon `gliterd/backblaze-b2` which requires PHP 7.2.
1 parent 42ebcba commit 9bbe64c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tools:
3030
build:
3131
environment:
3232
php:
33-
version: 7.1
33+
version: 7.2

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.1.8",
17+
"php": "^7.2",
1818
"league/flysystem": "~1.0",
1919
"gliterd/backblaze-b2": ">=1.5.0",
2020
"psr/http-message-implementation": "*",
21-
"mikey179/vfsStream": "*"
21+
"mikey179/vfsstream": "*"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit" : "~4.0||~5.0",

0 commit comments

Comments
 (0)