chore: upgrade CI4 to v4.2.5 + update other dependencies to latest
- add file associations for env and .rsync-filter files - include version lens to .devcontainer config
Showing
- .devcontainer/devcontainer.json 4 additions, 1 deletion.devcontainer/devcontainer.json
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 69 additions, 274 deletionscomposer.lock
- env 1 addition, 1 deletionenv
- package-lock.json 443 additions, 416 deletionspackage-lock.json
- package.json 14 additions, 14 deletionspackage.json
- phpstan.neon 1 addition, 0 deletionsphpstan.neon
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"license": "AGPL-3.0-or-later", | "license": "AGPL-3.0-or-later", | ||
"require": { | "require": { | ||
"php": "^8.0", | "php": "^8.0", | ||
"codeigniter4/framework": "^v4.2.4", | "codeigniter4/framework": "v4.2.5", | ||
"james-heinrich/getid3": "^2.0.x-dev", | "james-heinrich/getid3": "^2.0.x-dev", | ||
"whichbrowser/parser": "^v2.1.7", | "whichbrowser/parser": "^v2.1.7", | ||
"geoip2/geoip2": "v2.13.0", | "geoip2/geoip2": "v2.13.0", | ||
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"mikey179/vfsstream": "^v1.6.11", | "mikey179/vfsstream": "^v1.6.11", | ||
"phpunit/phpunit": "^9.5.21", | "phpunit/phpunit": "^9.5.24", | ||
"captainhook/captainhook": "^5.10.11", | "captainhook/captainhook": "^5.10.11", | ||
"symplify/easy-coding-standard": "^10.3.3", | "symplify/easy-coding-standard": "^10.3.3", | ||
"phpstan/phpstan": "^1.8.2", | "phpstan/phpstan": "^1.8.2", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment