PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Caleb   PHP Common Class Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Common Class Library
Set of classes that provides common functionality
Author: By
Last change: Update Composer support information.
Adopt GitHub Actions; Replace Tests.

Changelog excerpt:
- Ditched external test frameworks in favour of GitHub Actions. Replaced
existing tests. (More work needs to eventually be done towards tests.
This will eventually happen at some point).
Add FUNDING.yml file.
Date: Yesterday
Size: 830 bytes
 

Contents

Class file image Download
{ "name": "maikuolan/common", "description": "Common classes package. Contains some common classes written for CIDRAM, phpMussel, etc, available for additional use elsewhere via this package.", "keywords": ["classes","common","php","yaml","l10n"], "license": "GPL-2.0-or-later", "support": { "issues": "https://github.com/Maikuolan/Common/issues", "source": "https://github.com/Maikuolan/Common", "docs": "https://github.com/Maikuolan/Common/tree/v2/_docs", "rss": "https://github.com/Maikuolan/Common/releases.atom" }, "require": { "php": ">=7.2.0", "ext-pcre": "*", "ext-iconv": "*" }, "scripts": { "test": "@php tests.php" }, "autoload": { "psr-4": { "Maikuolan\\Common\\": "src/" } } }