PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Array Functions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Functions
Determine the type and run other array operations
Author: By
Last change:
Date: 5 years ago
Size: 744 bytes
 

Contents

Class file image Download
{ "name": "lablnet/arrays", "description": "PHP array class to manipulate arrays in efficient ways to solve real world problems.", "keywords": ["framework", "zest"], "license": "MIT", "require": { "php": "^7.2" }, "require-dev": { "phpunit/phpunit": "^8" }, "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "Tests/" } }, "config":{ "optimize-autoloader":true }, "prefer-stable": true }