Updated CLI & PHP deps, added gitignore for local composer

This commit is contained in:
Dan Brown 2023-05-01 18:44:46 +01:00
parent cd32597d4d
commit c41baa1b76
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 25 additions and 26 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/vendor /vendor
/node_modules /node_modules
/.vscode /.vscode
/composer
Homestead.yaml Homestead.yaml
.env .env
.idea .idea

Binary file not shown.

50
composer.lock generated
View File

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.263.14", "version": "3.269.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "7a6a43fad8899e3be3c46471fa3802331620e36b" "reference": "6d759ef9f24f0c7f271baf8014f41fc0cfdfbf78"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7a6a43fad8899e3be3c46471fa3802331620e36b", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6d759ef9f24f0c7f271baf8014f41fc0cfdfbf78",
"reference": "7a6a43fad8899e3be3c46471fa3802331620e36b", "reference": "6d759ef9f24f0c7f271baf8014f41fc0cfdfbf78",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -151,9 +151,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.263.14" "source": "https://github.com/aws/aws-sdk-php/tree/3.269.0"
}, },
"time": "2023-04-20T18:21:44+00:00" "time": "2023-04-26T18:21:04+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -1948,16 +1948,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.52.6", "version": "v9.52.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "16454f17a2585c4589f721655fc5133270aadf8c" "reference": "675ea868fe36b18c8303e954aac540e6b1caa677"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/16454f17a2585c4589f721655fc5133270aadf8c", "url": "https://api.github.com/repos/laravel/framework/zipball/675ea868fe36b18c8303e954aac540e6b1caa677",
"reference": "16454f17a2585c4589f721655fc5133270aadf8c", "reference": "675ea868fe36b18c8303e954aac540e6b1caa677",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2142,7 +2142,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-04-18T13:44:55+00:00" "time": "2023-04-25T13:44:05+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -2975,26 +2975,24 @@
}, },
{ {
"name": "masterminds/html5", "name": "masterminds/html5",
"version": "2.7.6", "version": "2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Masterminds/html5-php.git", "url": "https://github.com/Masterminds/html5-php.git",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947" "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947", "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -3038,9 +3036,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/Masterminds/html5-php/issues", "issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.7.6" "source": "https://github.com/Masterminds/html5-php/tree/2.8.0"
}, },
"time": "2022-08-18T16:18:26+00:00" "time": "2023-04-26T07:27:39+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -4571,16 +4569,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.11.15", "version": "v0.11.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "5350ce0ec8ecf2c5b5cf554cd2496f97b444af85" "reference": "151b145906804eea8e5d71fea23bfb470c904bfb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/5350ce0ec8ecf2c5b5cf554cd2496f97b444af85", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/151b145906804eea8e5d71fea23bfb470c904bfb",
"reference": "5350ce0ec8ecf2c5b5cf554cd2496f97b444af85", "reference": "151b145906804eea8e5d71fea23bfb470c904bfb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4641,9 +4639,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.15" "source": "https://github.com/bobthecow/psysh/tree/v0.11.16"
}, },
"time": "2023-04-07T21:57:09+00:00" "time": "2023-04-26T12:53:57+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",