This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated composer metadata and added installation instructions to README
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "*", | ||
|