Skip to content

Commit

Permalink
Merge branch 'master' into php/upgrade/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza authored Jan 23, 2021
2 parents 055f52d + 92c6176 commit 980aa92
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion java/restheart/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ files:

environment:
RH_IO_THREADS: 1
RH_WORKER_THREADS: 4
RH_WORKER_THREADS: 2

binaries:
- target/benchmark.jar
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp-roadrunner/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"chubbyphp/chubbyphp-framework": "~3.3.0",
"chubbyphp/chubbyphp-framework": "~3.4.0",
"chubbyphp/chubbyphp-framework-router-fastroute": "*",
"slim/psr7": "*",
"spiral/roadrunner": "*"
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp-roadrunner/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: chubbyphp/chubbyphp-framework
version: 3.3
version: 3.4

before_command:
- vendor/bin/rr get-binary
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp-swoole/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"chubbyphp/chubbyphp-framework": "~3.3.0",
"chubbyphp/chubbyphp-framework": "~3.4.0",
"chubbyphp/chubbyphp-framework-router-fastroute": "*",
"chubbyphp/chubbyphp-swoole-request-handler": "*",
"slim/psr7": "*"
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp-swoole/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: chubbyphp/chubbyphp-framework
version: 3.3
version: 3.4

php_ext:
- swoole
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp-workerman/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"chubbyphp/chubbyphp-framework": "~3.3.0",
"chubbyphp/chubbyphp-framework": "~3.4.0",
"chubbyphp/chubbyphp-framework-router-fastroute": "*",
"chubbyphp/chubbyphp-workerman-request-handler": "*",
"slim/psr7": "*"
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp-workerman/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
github: chubbyphp/chubbyphp-framework
version: 3.3
version: 3.4

build_deps:
- libevent-dev
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"chubbyphp/chubbyphp-framework": "~3.3.0",
"chubbyphp/chubbyphp-framework": "~3.4.0",
"chubbyphp/chubbyphp-framework-router-fastroute": "*",
"slim/psr7": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion php/chubbyphp/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
github: chubbyphp/chubbyphp-framework
version: 3.3
version: 3.4

0 comments on commit 980aa92

Please sign in to comment.