We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2143ab2 commit 58159e4Copy full SHA for 58159e4
.gitignore
@@ -1,4 +1,3 @@
1
build/
2
-coverage/
3
vendor/
4
composer.lock
CHANGES.md
@@ -1,6 +1,6 @@
# Changelog #
-## v1.1.0 (2017-06-18) ##
+## v1.1.0 (2017-06-28) ##
5
* Empty objects and objects that don't implement `Traversable` are now always
6
encoded as JSON objects (for `json_encode()` compatibility).
composer.json
@@ -22,9 +22,9 @@
22
"psr/http-message": "^1.0"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "^5.7 || ^6.0",
26
- "squizlabs/php_codesniffer": "^2.8",
27
- "friendsofphp/php-cs-fixer": "^2.1"
+ "phpunit/phpunit": "^5.7 || ^6.2",
+ "squizlabs/php_codesniffer": "^3.0",
+ "friendsofphp/php-cs-fixer": "^2.3"
28
29
"autoload": {
30
"psr-4": {
0 commit comments