Skip to content

Commit

Permalink
Upgraded phpoption
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 13, 2019
1 parent bfec35e commit 6cd4f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"phpoption/phpoption": "^1.6",
"phpoption/phpoption": "^1.7",
"symfony/polyfill-ctype": "^1.9"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ parameters:
- '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
- '#Method Dotenv\\Repository\\AbstractRepository::offset[a-zA-Z\(\)\$ ]* typehint specified.#'
- '#Method Dotenv\\Loader\\Lines::getCharPairs\(\) should return array\(array\(string, string\|null\)\) but returns array\<int, mixed\>.#'
- '#Unable to resolve the template type S in call to method PhpOption\\Option<mixed>::flatMap\(\)#'

0 comments on commit 6cd4f01

Please sign in to comment.