HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/www/icdp.co.in/Search-Replace-DB-master/composer.json
{
    "name": "interconnectit/search-replace-db",
    "description": "A PHP search replace tool for quickly modifying a string throughout a database. Useful for changing the base URL when migrating a WordPress site from development to production.",
    "license": "GPL-3.0",
    "homepage": "https://github.com/interconnectit/Search-Replace-DB",
    "require": {
        "php": ">=7.1",
        "ext-mysqli": "*",
        "ext-mbstring": "*",
        "ext-pdo": "*",
        "ext-json": "*"
    },
    "support": {
        "issues": "https://github.com/interconnectit/Search-Replace-DB/issues"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "ext-simplexml": "*"
    },
    "scripts": {
        "test": [
            "phpunit"
        ]
    },
    "bin": [ "srdb.cli.php" ],
    "autoload": {
        "files": [ "srdb.class.php" ]
    }
}