Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Updated composer metadata and added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeryther committed Sep 8, 2021
1 parent 348d440 commit 30637c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Functions are registered globally and auto-loaded with Composer.
* PHP 7.1 or higher
* Composer

## Installation

```
composer require gigadrive/php-commons
```

## Testing

This library uses PHPUnit as a testing framework.
Expand Down
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
{
"name": "gigadrive/php-commons",
"version": "1.0.0",
"description": "Open-source library used in Gigadrive projects with common PHP utilities",
"type": "library",
"license": "MIT",
"keywords": [
"Library",
"Utility",
"PHP",
"Extension",
"Commons",
"Functions",
"Gigadrive",
"Essentials",
"Basic"
],
"authors": [
{
"name": "Mehdi Baaboura",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Gigadrive/php-commons",
"readme": "README.md",
"require": {
"php": "^7.1 || ^8.0",
"ext-mbstring": "*",
Expand Down

0 comments on commit 30637c5

Please sign in to comment.