Dependency update; use psysh directly.

Changelogs summary:

 - symfony/beanstalkd-messenger updated from v5.4.0 to v6.0.1 major
   See changes: https://github.com/symfony/beanstalkd-messenger/compare/v5.4.0...v6.0.1
   Release notes: https://github.com/symfony/beanstalkd-messenger/releases/tag/v6.0.1

 - symfony/process updated from v5.4.0 to v6.0.0 major
   See changes: https://github.com/symfony/process/compare/v5.4.0...v6.0.0
   Release notes: https://github.com/symfony/process/releases/tag/v6.0.0
This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-26 14:37:01 -06:00
parent 74304e551a
commit 9d5faf71fa
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
3 changed files with 42 additions and 122 deletions

7
.psysh.php Normal file
View File

@ -0,0 +1,7 @@
<?php
return [
'defaultIncludes' => [
__DIR__ . '/util/psysh.php',
],
];

View File

@ -69,7 +69,7 @@
"spatie/flysystem-dropbox": "^2", "spatie/flysystem-dropbox": "^2",
"spomky-labs/otphp": "^10.0", "spomky-labs/otphp": "^10.0",
"supervisorphp/supervisor": "dev-main", "supervisorphp/supervisor": "dev-main",
"symfony/beanstalkd-messenger": "^5.4", "symfony/beanstalkd-messenger": "^6",
"symfony/cache": "^6", "symfony/cache": "^6",
"symfony/console": "^5.4|^6", "symfony/console": "^5.4|^6",
"symfony/event-dispatcher": "^5.4|^6", "symfony/event-dispatcher": "^5.4|^6",
@ -78,7 +78,7 @@
"symfony/lock": "^6", "symfony/lock": "^6",
"symfony/mailer": "^6", "symfony/mailer": "^6",
"symfony/messenger": "^6", "symfony/messenger": "^6",
"symfony/process": "^5.4|^6", "symfony/process": "^6",
"symfony/property-access": "^6", "symfony/property-access": "^6",
"symfony/rate-limiter": "^6", "symfony/rate-limiter": "^6",
"symfony/redis-messenger": "^6", "symfony/redis-messenger": "^6",
@ -121,8 +121,8 @@
"phpstan/phpstan-doctrine": "^1", "phpstan/phpstan-doctrine": "^1",
"phpunit/php-timer": "^5.0", "phpunit/php-timer": "^5.0",
"phpunit/phpunit": "^9.2", "phpunit/phpunit": "^9.2",
"psy/psysh": "^0.11.0",
"pyrech/composer-changelogs": "^1.7", "pyrech/composer-changelogs": "^1.7",
"ramsey/composer-repl": "^1.2",
"roave/security-advisories": "dev-latest", "roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^7", "slevomat/coding-standard": "^7",
"softcreatr/jsonpath": "^0.7.2", "softcreatr/jsonpath": "^0.7.2",
@ -138,7 +138,6 @@
"dealerdirect/phpcodesniffer-composer-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true, "ergebnis/composer-normalize": true,
"pyrech/composer-changelogs": true, "pyrech/composer-changelogs": true,
"ramsey/composer-repl": true,
"wikimedia/composer-merge-plugin": true "wikimedia/composer-merge-plugin": true
} }
}, },
@ -154,9 +153,6 @@
"merge-scripts": false, "merge-scripts": false,
"recurse": true, "recurse": true,
"replace": true "replace": true
},
"ramsey/composer-repl": {
"includes": [ "util/psysh.php" ]
} }
}, },
"autoload": { "autoload": {
@ -188,6 +184,7 @@
"phpcbf": "phpcbf", "phpcbf": "phpcbf",
"phpcs": "phpcs", "phpcs": "phpcs",
"phplint": "parallel-lint . --exclude vendor", "phplint": "parallel-lint . --exclude vendor",
"phpstan": "phpstan analyze --memory-limit=-1" "phpstan": "phpstan analyze --memory-limit=-1",
"shell": "psysh"
} }
} }

144
composer.lock generated
View File

@ -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": "35c0b92cca0c601500d532dbb909a7b0", "content-hash": "a2801a551591a3d7b981e12ab81e7b8a",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -6520,26 +6520,26 @@
}, },
{ {
"name": "symfony/beanstalkd-messenger", "name": "symfony/beanstalkd-messenger",
"version": "v5.4.0", "version": "v6.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/beanstalkd-messenger.git", "url": "https://github.com/symfony/beanstalkd-messenger.git",
"reference": "30eea87bd29a56bda708ed70dba8bb52823efe73" "reference": "314e2ee5461fdd44fc833e9e63dd074f4f8bb8bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/beanstalkd-messenger/zipball/30eea87bd29a56bda708ed70dba8bb52823efe73", "url": "https://api.github.com/repos/symfony/beanstalkd-messenger/zipball/314e2ee5461fdd44fc833e9e63dd074f4f8bb8bb",
"reference": "30eea87bd29a56bda708ed70dba8bb52823efe73", "reference": "314e2ee5461fdd44fc833e9e63dd074f4f8bb8bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"pda/pheanstalk": "^4.0", "pda/pheanstalk": "^4.0",
"php": ">=7.2.5", "php": ">=8.0.2",
"symfony/messenger": "^4.4|^5.0|^6.0" "symfony/messenger": "^5.4|^6.0"
}, },
"require-dev": { "require-dev": {
"symfony/property-access": "^4.4|^5.0|^6.0", "symfony/property-access": "^5.4|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0" "symfony/serializer": "^5.4|^6.0"
}, },
"type": "symfony-messenger-bridge", "type": "symfony-messenger-bridge",
"autoload": { "autoload": {
@ -6563,7 +6563,7 @@
"description": "Symfony Beanstalkd Messenger Bridge", "description": "Symfony Beanstalkd Messenger Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/beanstalkd-messenger/tree/v5.4.0" "source": "https://github.com/symfony/beanstalkd-messenger/tree/v6.0.1"
}, },
"funding": [ "funding": [
{ {
@ -6579,7 +6579,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-09T11:03:34+00:00" "time": "2021-12-08T15:13:44+00:00"
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
@ -7841,21 +7841,20 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.4.0", "version": "v6.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "5be20b3830f726e019162b26223110c8f47cf274" "reference": "d970c45c2186aa4331d1656950a82df64e232580"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/5be20b3830f726e019162b26223110c8f47cf274", "url": "https://api.github.com/repos/symfony/process/zipball/d970c45c2186aa4331d1656950a82df64e232580",
"reference": "5be20b3830f726e019162b26223110c8f47cf274", "reference": "d970c45c2186aa4331d1656950a82df64e232580",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.0.2"
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -7883,7 +7882,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.4.0" "source": "https://github.com/symfony/process/tree/v6.0.0"
}, },
"funding": [ "funding": [
{ {
@ -7899,7 +7898,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-28T15:25:38+00:00" "time": "2021-11-28T15:34:37+00:00"
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
@ -11943,29 +11942,29 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.10.12", "version": "v0.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d" "reference": "c9a85cd388afde68721d304bbb3257a068f5ab05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/c9a85cd388afde68721d304bbb3257a068f5ab05",
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "reference": "c9a85cd388afde68721d304bbb3257a068f5ab05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", "nikic/php-parser": "^4.0 || ^3.1",
"php": "^8.0 || ^7.0 || ^5.5.9", "php": "^8.0 || ^7.0.8",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.2", "bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "3.17.*" "hoa/console": "3.17.05.02"
}, },
"suggest": { "suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
@ -11980,7 +11979,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "0.10.x-dev" "dev-main": "0.11.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -12012,9 +12011,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.10.12" "source": "https://github.com/bobthecow/psysh/tree/v0.11.0"
}, },
"time": "2021-11-30T14:05:36+00:00" "time": "2021-12-05T06:09:05+00:00"
}, },
{ {
"name": "pyrech/composer-changelogs", "name": "pyrech/composer-changelogs",
@ -12072,89 +12071,6 @@
}, },
"time": "2021-10-12T22:14:22+00:00" "time": "2021-10-12T22:14:22+00:00"
}, },
{
"name": "ramsey/composer-repl",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/ramsey/composer-repl.git",
"reference": "01ee7a904363b339cfb96a278268d107b593b56c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/composer-repl/zipball/01ee7a904363b339cfb96a278268d107b593b56c",
"reference": "01ee7a904363b339cfb96a278268d107b593b56c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2",
"php": "^7.4 || ^8",
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9",
"psy/psysh": "^0.10.4",
"symfony/process": "^3 || ^4 || ^5"
},
"require-dev": {
"composer/composer": "^1.10.22 || ^2.0.13",
"ramsey/devtools": "^1.3"
},
"bin": [
"bin/repl"
],
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
},
"captainhook": {
"force-install": true
},
"class": "Ramsey\\Dev\\Repl\\Composer\\ReplPlugin",
"ramsey/composer-repl": {
"includes": [
"repl.php"
]
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
},
"ramsey/devtools": {
"command-prefix": "dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Dev\\Repl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A REPL for PHP built into Composer.",
"keywords": [
"REPL",
"psysh",
"shell"
],
"support": {
"issues": "https://github.com/ramsey/composer-repl/issues",
"source": "https://github.com/ramsey/composer-repl/tree/1.2.3"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
}
],
"time": "2021-08-07T19:42:27+00:00"
},
{ {
"name": "roave/security-advisories", "name": "roave/security-advisories",
"version": "dev-latest", "version": "dev-latest",