Update packages & docker-compose.yml
This commit is contained in:
parent
3dd26b8259
commit
0eb84f5f76
2 changed files with 61 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
"guzzlehttp/guzzle": "^7.5",
|
"guzzlehttp/guzzle": "^7.5",
|
||||||
"hidehalo/nanoid-php": "^1.1.12",
|
"hidehalo/nanoid-php": "^1.1.12",
|
||||||
"kkomelin/laravel-translatable-string-exporter": "^1.18",
|
"kkomelin/laravel-translatable-string-exporter": "^1.18",
|
||||||
|
"laminas/laminas-stdlib": "*",
|
||||||
"laravel/framework": "^9.50.2",
|
"laravel/framework": "^9.50.2",
|
||||||
"laravel/tinker": "^2.8",
|
"laravel/tinker": "^2.8",
|
||||||
"laravel/ui": "^3.4.6",
|
"laravel/ui": "^3.4.6",
|
||||||
|
|
61
composer.lock
generated
61
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0d007fe2e018692a9ff3d50fcbebabc5",
|
"content-hash": "646788842a2f7faaefab3ab4df6a385e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
@ -1852,6 +1852,65 @@
|
||||||
},
|
},
|
||||||
"time": "2023-03-14T04:18:49+00:00"
|
"time": "2023-03-14T04:18:49+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "laminas/laminas-stdlib",
|
||||||
|
"version": "3.17.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/laminas/laminas-stdlib.git",
|
||||||
|
"reference": "dd35c868075bad80b6718959740913e178eb4274"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274",
|
||||||
|
"reference": "dd35c868075bad80b6718959740913e178eb4274",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": "~8.1.0 || ~8.2.0"
|
||||||
|
},
|
||||||
|
"conflict": {
|
||||||
|
"zendframework/zend-stdlib": "*"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"laminas/laminas-coding-standard": "^2.5",
|
||||||
|
"phpbench/phpbench": "^1.2.9",
|
||||||
|
"phpunit/phpunit": "^10.0.16",
|
||||||
|
"psalm/plugin-phpunit": "^0.18.4",
|
||||||
|
"vimeo/psalm": "^5.8"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Laminas\\Stdlib\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"BSD-3-Clause"
|
||||||
|
],
|
||||||
|
"description": "SPL extensions, array utilities, error handlers, and more",
|
||||||
|
"homepage": "https://laminas.dev",
|
||||||
|
"keywords": [
|
||||||
|
"laminas",
|
||||||
|
"stdlib"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"chat": "https://laminas.dev/chat",
|
||||||
|
"docs": "https://docs.laminas.dev/laminas-stdlib/",
|
||||||
|
"forum": "https://discourse.laminas.dev",
|
||||||
|
"issues": "https://github.com/laminas/laminas-stdlib/issues",
|
||||||
|
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
|
||||||
|
"source": "https://github.com/laminas/laminas-stdlib"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||||||
|
"type": "community_bridge"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2023-03-20T13:51:37+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v9.52.5",
|
"version": "v9.52.5",
|
||||||
|
|
Loading…
Reference in a new issue