PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Ali YILMAZ   Script Sandbox Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Script Sandbox Validator
Validate scripts written in different languages
Author: By
Last change:
Date: 1 month ago
Size: 329 bytes
 

Contents

Class file image Download
{ "name": "aliyilmaz/script-sandbox-validator", "description": "A PHP class to validate scripts against a sandbox directory.", "type": "library", "autoload": { "psr-4": { "ScriptSandboxValidator\\": "src/" } }, "require": { "php": ">=8.0" }, "license": "MIT" }