Skip to content

Commit

Permalink
Tagging version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Scheffler committed May 3, 2019
1 parent 06c6c13 commit b364213
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": "^7.2",
"symfony\/http-foundation": "^4.0",
"psr/container": "^1.0",
"php-coveralls/php-coveralls": "^2.1"
"psr\/container": "^1.0",
"php-coveralls\/php-coveralls": "^2.1"
},
"license": "MIT",
"authors": [
Expand All @@ -28,11 +28,11 @@
"php": "7.2"
}
},
"version": "0.3.2",
"version": "0.4",
"require-dev": {
"phpunit/phpunit": "^8.0",
"vimeo/psalm": "^3.1",
"symfony/var-dumper": "^4.2",
"predis/predis": "^1.1"
"phpunit\/phpunit": "^8.0",
"vimeo\/psalm": "^3.1",
"symfony\/var-dumper": "^4.2",
"predis\/predis": "^1.1"
}
}
}

0 comments on commit b364213

Please sign in to comment.