PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   Codewars PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Codewars PHP
Calculate the path to go from one point to another
Author: By
Last change:
Date: 14 days ago
Size: 786 bytes
 

Contents

Class file image Download
{ "name": "smoren/testing", "description": "Testing", "keywords": [], "license": "MIT", "authors": [ { "name": "Smoren", "email": "[email protected]" } ], "require": { "php": ">=7.4.0", "ext-json": "*" }, "require-dev": { "codeception/codeception": "^4.2.1", "codeception/module-asserts": "^2.0" }, "autoload": { "psr-4": { "Smoren\\Testing\\": "src", "Smoren\\Testing\\Tests\\Unit\\": "tests/unit" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ], "scripts": { "test-init": ["./vendor/bin/codecept build"], "test": ["./vendor/bin/codecept run unit tests/unit"] } }