Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
synergixe authored May 14, 2018
1 parent 96c7a21 commit 546996d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "synergixe/php-beamzer",
"description": "This is a library that provides support for real-time feeds and notifications for PHP web applications",
"version":"0.1.4",
"version":"0.1.5",
"keywords": [
"ajax long polling",
"server-sent events",
Expand All @@ -20,11 +20,11 @@
"source":"https://github.com/synergixe/php-beamzer"
},
"require-dev": {
"mockery/mockery":"^0.9.*",
"phpunit/phpunit":"^0.1.*",
"phpstan/phpstan":"^0.9.*",
"orchestra/testbench":"^3.5.*",
"sjparkinson/static-review":"^5.2.*"
"mockery/mockery":"0.9.*",
"phpunit/phpunit":"0.1.*",
"phpstan/phpstan":"0.9.*",
"orchestra/testbench":"3.5.*",
"sjparkinson/static-review":"5.2.*"
},
"require":{
"php":">=5.6.4",
Expand Down

0 comments on commit 546996d

Please sign in to comment.