build(php-laravel): bump psy/psysh to 0.12.19

This commit is contained in:
sshakndr
2026-02-10 14:41:15 +07:00
parent 6069c017c0
commit dd513194bb

View File

@ -3113,16 +3113,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.4", "version": "v0.12.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "2fd717afa05341b4f8152547f142cd2f130f6818" "reference": "a4f766e5c5b6773d8399711019bb7d90875a50ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a4f766e5c5b6773d8399711019bb7d90875a50ee",
"reference": "2fd717afa05341b4f8152547f142cd2f130f6818", "reference": "a4f766e5c5b6773d8399711019bb7d90875a50ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3130,18 +3130,19 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"nikic/php-parser": "^5.0 || ^4.0", "nikic/php-parser": "^5.0 || ^4.0",
"php": "^8.0 || ^7.4", "php": "^8.0 || ^7.4",
"symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
}, },
"conflict": { "conflict": {
"symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.2" "bamarni/composer-bin-plugin": "^1.2",
"composer/class-map-generator": "^1.6"
}, },
"suggest": { "suggest": {
"composer/class-map-generator": "Improved tab completion performance with better class discovery.",
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
}, },
"bin": [ "bin": [
@ -3149,12 +3150,12 @@
], ],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": {
"dev-main": "0.12.x-dev"
},
"bamarni-bin": { "bamarni-bin": {
"bin-links": false, "bin-links": false,
"forward-command": false "forward-command": false
},
"branch-alias": {
"dev-main": "0.12.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -3172,12 +3173,11 @@
"authors": [ "authors": [
{ {
"name": "Justin Hileman", "name": "Justin Hileman",
"email": "justin@justinhileman.info", "email": "justin@justinhileman.info"
"homepage": "http://justinhileman.com"
} }
], ],
"description": "An interactive shell for modern PHP.", "description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org", "homepage": "https://psysh.org",
"keywords": [ "keywords": [
"REPL", "REPL",
"console", "console",
@ -3186,9 +3186,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.12.4" "source": "https://github.com/bobthecow/psysh/tree/v0.12.19"
}, },
"time": "2024-06-10T01:18:23+00:00" "time": "2026-01-30T17:33:13+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",