mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 08:18:24 +03:00
Merge pull request #2148 from acelaya-forks/feature/roadrunner-2024
Update to RoadRunner 2024
This commit is contained in:
commit
76c42bc17c
6 changed files with 5 additions and 11 deletions
|
@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
||||||
* [#2018](https://github.com/shlinkio/shlink/issues/2018) Add option to allow all short URLs to be unconditionally crawlable in robots.txt, via `ROBOTS_ALLOW_ALL_SHORT_URLS=true` env var, or config options.
|
* [#2018](https://github.com/shlinkio/shlink/issues/2018) Add option to allow all short URLs to be unconditionally crawlable in robots.txt, via `ROBOTS_ALLOW_ALL_SHORT_URLS=true` env var, or config options.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* *Nothing*
|
* [#2096](https://github.com/shlinkio/shlink/issues/2096) Update to RoadRunner 2024.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
|
@ -51,10 +51,10 @@
|
||||||
"shlinkio/shlink-installer": "dev-develop#11e66d8 as 9.2",
|
"shlinkio/shlink-installer": "dev-develop#11e66d8 as 9.2",
|
||||||
"shlinkio/shlink-ip-geolocation": "^4.0",
|
"shlinkio/shlink-ip-geolocation": "^4.0",
|
||||||
"shlinkio/shlink-json": "^1.1",
|
"shlinkio/shlink-json": "^1.1",
|
||||||
"spiral/roadrunner": "^2023.3",
|
"spiral/roadrunner": "^2024.1",
|
||||||
"spiral/roadrunner-cli": "^2.6",
|
"spiral/roadrunner-cli": "^2.6",
|
||||||
"spiral/roadrunner-http": "^3.3",
|
"spiral/roadrunner-http": "^3.5",
|
||||||
"spiral/roadrunner-jobs": "^4.3",
|
"spiral/roadrunner-jobs": "^4.5",
|
||||||
"symfony/console": "^7.0",
|
"symfony/console": "^7.0",
|
||||||
"symfony/filesystem": "^7.0",
|
"symfony/filesystem": "^7.0",
|
||||||
"symfony/lock": "^7.0",
|
"symfony/lock": "^7.0",
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
shlink_db_mysql:
|
shlink_db_mysql:
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
shlink_php:
|
shlink_php:
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
shlink_nginx:
|
shlink_nginx:
|
||||||
container_name: shlink_nginx
|
container_name: shlink_nginx
|
||||||
|
|
|
@ -11,6 +11,6 @@ parameters:
|
||||||
objectManagerLoader: 'config/entity-manager.php'
|
objectManagerLoader: 'config/entity-manager.php'
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#should return int<0, max> but returns int#'
|
- '#should return int<0, max> but returns int#'
|
||||||
- '#expects -1|int<1, max>, int given#'
|
- '#expects -1\|int<1, max>, int given#'
|
||||||
- identifier: missingType.generics
|
- identifier: missingType.generics
|
||||||
- identifier: missingType.iterableValue
|
- identifier: missingType.iterableValue
|
||||||
|
|
Loading…
Reference in a new issue