Skip to content

Commit 58159e4

Browse files
committed
Update changelog date
1 parent 2143ab2 commit 58159e4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
build/
2-
coverage/
32
vendor/
43
composer.lock

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## v1.1.0 (2017-06-18) ##
3+
## v1.1.0 (2017-06-28) ##
44

55
* Empty objects and objects that don't implement `Traversable` are now always
66
encoded as JSON objects (for `json_encode()` compatibility).

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"psr/http-message": "^1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^5.7 || ^6.0",
26-
"squizlabs/php_codesniffer": "^2.8",
27-
"friendsofphp/php-cs-fixer": "^2.1"
25+
"phpunit/phpunit": "^5.7 || ^6.2",
26+
"squizlabs/php_codesniffer": "^3.0",
27+
"friendsofphp/php-cs-fixer": "^2.3"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)