| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/splitstream/current/vendor/spiral/core/ |
Upload File : |
{
"name": "spiral/core",
"type": "library",
"description": "IoC container, IoC scopes, factory, memory, configuration interfaces",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/spiral"
}
],
"homepage": "https://spiral.dev",
"support": {
"issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/core"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "wolfy-j@spiralscout.com"
},
{
"name": "Pavel Butchnev (butschster)",
"homepage": "https://github.com/butschster"
},
{
"name": "Aleksei Gagarin (roxblnfk)",
"homepage": "https://github.com/roxblnfk"
},
{
"name": "Maksim Smakouz (msmakouz)",
"email": "maksim.smakouz@spiralscout.com"
}
],
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
"spiral/security": "^3.17"
},
"require-dev": {
"mockery/mockery": "^1.6.12",
"phpunit/phpunit": "^10.5.41",
"vimeo/psalm": "^6.0"
},
"autoload": {
"psr-4": {
"Spiral\\Core\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spiral\\Tests\\Core\\": "tests"
}
},
"provide": {
"psr/container-implementation": "^1.1|^2.0"
},
"extra": {
"branch-alias": {
"dev-master": "3.17.x-dev"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}