PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrey Postal   PHP Stuff Versioned   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Stuff Versioned
Manage and run multiple versions of the same class
Author: By
Last change:
Date: 1 month ago
Size: 553 bytes
 

Contents

Class file image Download
{ "name": "andreypostal/php-stuff-versioned", "type": "library", "license": "MIT", "authors": [ { "name": "Andrey Postal", "email": "[email protected]" } ], "autoload": { "psr-4": { "Andrey\\StuffVersioned\\": "src/" } }, "autoload-dev": { "psr-4": { "Andrey\\StuffVersioned\\Tests\\": "tests/" } }, "require": { "psr/log": "^3.0" }, "require-dev": { "phpunit/phpunit": "^12.1.2" } }