PATH:
home
/
beestk
/
naprovence
/
srdb
{ "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" ] } }
[+]
..
[-] composer.lock
[open]
[-] srdb.cli.php
[open]
[-] phpunit.xml
[open]
[-] composer.json
[open]
[-] .gitignore
[open]
[-] srdb.class.php
[open]
[-] package.json
[open]
[-] CHANGELOG.md
[open]
[-] LICENSE.txt
[open]
[+]
tests
[-] README.md
[open]
[-] .editorconfig
[open]
[-] index.php
[open]
[-] .travis.yml
[open]
[-] .htaccess
[open]