-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 913 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "hilalahmad/social-share",
"type": "library",
"description": "The Social-share PHP package is a versatile and easy-to-use library designed to simplify the integration of social media sharing functionality into PHP applications. With this package, developers can effortlessly generate share links for various social media platforms and customize the associated styles.",
"version": "1.0.0",
"keywords": [
"socialshare",
"socialmedia",
"sharemedia",
"share"
],
"require": {
"php": "^7.2 || ^8.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Hilalahmad\\SocialShare\\": "src/",
"Hilalahmad\\DesignSocialShare\\": "src/"
}
},
"authors": [
{
"name": "fullstack124",
"email": "stackf63@gmail.com"
}
],
"minimum-stability": "dev"
}