Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
fetus-hina committed Nov 15, 2024
2 parents 08d2eec + d44bd63 commit 1266fa7
Show file tree
Hide file tree
Showing 7 changed files with 1,183 additions and 1,415 deletions.
2 changes: 1 addition & 1 deletion bin/restart-queue-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." >/dev/null 2>&1 && pwd )"

pushd $DIR >/dev/null 2>&1
systemctl daemon-reload
systemctl restart 'yii-queue-statink@*'
systemctl restart 'yii-queue-statink@*' 'statink-*.timer'
popd >/dev/null 2>&1
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-zlib": "*",
"cweagans/composer-patches": "^1.7.3",
"geoip2/geoip2": "^3.0.0",
"jaybizzle/crawler-detect": "^1.2.120",
"jaybizzle/crawler-detect": "^1.2.121",
"jp3cki/mb_str_replace": "^4.0.2",
"jp3cki/uuid": "^4.0.1",
"jp3cki/yii2-bs-datetimepicker": "^1.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"statink/yii2-spl1-stages": "^1.0.1",
"statink/yii2-spl2-stages": "^1.0.2",
"statink/yii2-twitter-webintents": "^1.0.2",
"symfony/yaml": "^6.4.12 || ^7.0.0",
"symfony/yaml": "^6.4.13 || ^7.0.0",
"twbs/bootstrap-icons": "^1.11.3",
"yiisoft/yii2": "^2.0.51",
"yiisoft/yii2-bootstrap": "^2.0.11",
Expand All @@ -66,7 +66,7 @@
"ergebnis/composer-normalize": "^2.44.0",
"jp3cki/coding-standard": "^1.0.0",
"proget-hq/phpstan-yii2": "^0.8.0",
"squizlabs/php_codesniffer": "^3.10.3",
"squizlabs/php_codesniffer": "^3.11.0",
"yiisoft/yii2-debug": "^2.1.25",
"yiisoft/yii2-gii": "^2.2.6"
},
Expand Down Expand Up @@ -140,7 +140,7 @@
"yiisoft/yii2-composer": true
},
"platform": {
"php": "8.2.24"
"php": "8.2.25"
},
"process-timeout": 1800
},
Expand Down
Loading

0 comments on commit 1266fa7

Please sign in to comment.