Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: composer.json
{ "name": "nette/finder", "description": "🔍 Nette Finder: find files and directories with an intuitive API.", "keywords": ["nette", "filesystem", "iterator", "glob"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"], "authors": [ { "name": "David Grudl", "homepage": "https://davidgrudl.com" }, { "name": "Nette Community", "homepage": "https://nette.org/contributors" } ], "require": { "php": ">=7.1", "nette/utils": "^2.4 || ^3.0" }, "require-dev": { "nette/tester": "^2.0", "tracy/tracy": "^2.3", "phpstan/phpstan": "^0.12" }, "conflict": { "nette/nette": "<2.2" }, "autoload": { "classmap": ["src/"] }, "minimum-stability": "dev", "scripts": { "phpstan": "phpstan analyse", "tester": "tester tests -s" }, "extra": { "branch-alias": { "dev-master": "2.5-dev" } } }