Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4141127
composer.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
composer.json
View Options
{
"name"
:
"psy/psysh"
,
"description"
:
"An interactive shell for modern PHP."
,
"type"
:
"library"
,
"keywords"
:
[
"console"
,
"interactive"
,
"shell"
,
"repl"
],
"homepage"
:
"http://psysh.org"
,
"license"
:
"MIT"
,
"authors"
:
[
{
"name"
:
"Justin Hileman"
,
"email"
:
"justin@justinhileman.info"
,
"homepage"
:
"http://justinhileman.com"
}
],
"require"
:
{
"php"
:
"^8.0 || ^7.4"
,
"ext-json"
:
"*"
,
"ext-tokenizer"
:
"*"
,
"nikic/php-parser"
:
"^5.0 || ^4.0"
,
"symfony/console"
:
"^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
,
"symfony/var-dumper"
:
"^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
},
"require-dev"
:
{
"bamarni/composer-bin-plugin"
:
"^1.2"
},
"suggest"
:
{
"ext-pcntl"
:
"Enabling the PCNTL extension makes PsySH a lot happier :)"
,
"ext-posix"
:
"If you have PCNTL, you'll want the POSIX extension as well."
,
"ext-pdo-sqlite"
:
"The doc command requires SQLite to work."
},
"autoload"
:
{
"files"
:
[
"src/functions.php"
],
"psr-4"
:
{
"Psy
\\
"
:
"src/"
}
},
"autoload-dev"
:
{
"psr-4"
:
{
"Psy
\\
Test
\\
"
:
"test/"
}
},
"bin"
:
[
"bin/psysh"
],
"config"
:
{
"allow-plugins"
:
{
"bamarni/composer-bin-plugin"
:
true
}
},
"extra"
:
{
"branch-alias"
:
{
"dev-main"
:
"0.12.x-dev"
},
"bamarni-bin"
:
{
"bin-links"
:
false
,
"forward-command"
:
false
}
},
"conflict"
:
{
"symfony/console"
:
"4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Wed, Aug 19, 15:50 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
37/61/a16a3cf9e95c93d97b1dae84df5f
Default Alt Text
composer.json (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment