update composer.lock file..

This commit is contained in:
Cüneyt Şentürk 2021-06-29 14:11:55 +03:00
parent fa9c8028c0
commit 53f669315c

42
composer.lock generated
View File

@ -629,16 +629,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.185.2",
"version": "3.185.3",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "0e6ece3f9c4ab26bb20183c697fd36e1d55c1053"
"reference": "e7a7d6b28b477a02a5625348995949c2dee7919a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0e6ece3f9c4ab26bb20183c697fd36e1d55c1053",
"reference": "0e6ece3f9c4ab26bb20183c697fd36e1d55c1053",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e7a7d6b28b477a02a5625348995949c2dee7919a",
"reference": "e7a7d6b28b477a02a5625348995949c2dee7919a",
"shasum": ""
},
"require": {
@ -713,9 +713,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.185.2"
"source": "https://github.com/aws/aws-sdk-php/tree/3.185.3"
},
"time": "2021-06-25T18:19:14+00:00"
"time": "2021-06-28T18:15:17+00:00"
},
{
"name": "balping/json-raw-encoder",
@ -7000,16 +7000,16 @@
},
{
"name": "myclabs/php-enum",
"version": "1.8.0",
"version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
"reference": "46cf3d8498b095bd33727b13fd5707263af99421"
"reference": "55555d31a622b4bc9662664132a0533ae6ef47b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421",
"reference": "46cf3d8498b095bd33727b13fd5707263af99421",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/55555d31a622b4bc9662664132a0533ae6ef47b1",
"reference": "55555d31a622b4bc9662664132a0533ae6ef47b1",
"shasum": ""
},
"require": {
@ -7019,7 +7019,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^4.5.1"
"vimeo/psalm": "^4.6.2"
},
"type": "library",
"autoload": {
@ -7044,7 +7044,7 @@
],
"support": {
"issues": "https://github.com/myclabs/php-enum/issues",
"source": "https://github.com/myclabs/php-enum/tree/1.8.0"
"source": "https://github.com/myclabs/php-enum/tree/1.8.1"
},
"funding": [
{
@ -7056,20 +7056,20 @@
"type": "tidelift"
}
],
"time": "2021-02-15T16:11:48+00:00"
"time": "2021-06-29T09:20:05+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.49.0",
"version": "2.50.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee"
"reference": "f47f17d17602b2243414a44ad53d9f8b9ada5fdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/93d9db91c0235c486875d22f1e08b50bdf3e6eee",
"reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f47f17d17602b2243414a44ad53d9f8b9ada5fdb",
"reference": "f47f17d17602b2243414a44ad53d9f8b9ada5fdb",
"shasum": ""
},
"require": {
@ -7121,15 +7121,15 @@
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
"homepage": "https://github.com/kylekatarnls"
}
],
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "http://carbon.nesbot.com",
"homepage": "https://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
@ -7149,7 +7149,7 @@
"type": "tidelift"
}
],
"time": "2021-06-02T07:31:40+00:00"
"time": "2021-06-28T22:38:45+00:00"
},
{
"name": "nikic/php-parser",