Skip to content

Commit a93f851

Browse files
authored
Upgraded coduo/php-to-string dependency (#184)
1 parent 5b0337f commit a93f851

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ It was built to simplify API's functional testing.
1212
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=3.2)](https://travis-ci.org/coduo/php-matcher) - [3.2.* README](https://github.com/coduo/php-matcher/tree/3.2/README.md) PHP >= 7.0
1313
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=3.1)](https://travis-ci.org/coduo/php-matcher) - [3.1.* README](https://github.com/coduo/php-matcher/tree/3.1/README.md) PHP >= 7.0
1414

15+
[![Latest Stable Version](https://poser.pugx.org/coduo/php-matcher/v/stable)](https://packagist.org/packages/coduo/php-matcher)
16+
[![Total Downloads](https://poser.pugx.org/coduo/php-matcher/downloads)](https://packagist.org/packages/coduo/php-matcher)
17+
[![Latest Unstable Version](https://poser.pugx.org/coduo/php-matcher/v/unstable)](https://packagist.org/packages/coduo/php-matcher)
18+
[![License](https://poser.pugx.org/coduo/php-matcher/license)](https://packagist.org/packages/coduo/php-matcher)
1519

1620
## Sandbox
1721

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=7.2",
1919
"ext-filter": "*",
2020
"ext-json": "*",
21-
"coduo/php-to-string": "^2",
21+
"coduo/php-to-string": "^3",
2222
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0",
2323
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0",
2424
"doctrine/lexer": "^1.0",

0 commit comments

Comments
 (0)